company logo

Statement

A statement can be simply an operand, but also a more complex if, case or while block or a specific syntax operation as leave or return.

Definition: 

statement := operand ';' | if_block | case_block | while_block | syntax_op | ';'