print-expression
Read left to right. Select any rule to explore it.
Production LiteralBranch: choiceBypass: optionalLoop: repeat
EBNF source
print-expression =
yield-expression
| [ yield-prefix-context ] , "print" , print-expression ;