Expression Statements
Syntax:
<expr-stmt> ::= <expr>
;
An expression statement is an expression which has its value suppressed and always evaluate to a unit type. They are used only for their side effects.
Syntax:
<expr-stmt> ::= <expr>
;
An expression statement is an expression which has its value suppressed and always evaluate to a unit type. They are used only for their side effects.