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