Expression Statement

expression-statement ::= expression

Evaluates expression (the value). If the expression statement is the final statement of the enclosing block expression, the value becomes the result of the block expression.

Last updated

Copyright © Vezel Contributors