Last updated 9 months ago
expression-statement ::= (block-expression | if-expression | condition-expression | match-expression | receive-expression | while-expression | for-expression | try-expression) ';'? | expression ';'
Evaluates (the value). If the expression statement is the final statement of the enclosing , the value becomes the result of the block expression.
expression