Statements
- Last UpdatedJan 26, 2023
- 1 minute read
Each statement begins with a statement keyword that identifies the statement type and is terminated by the statement delimiter ; (semicolon). A statement has the following general form:
|
<statement> |
::= [<statement_keyword>] {,<argument>}{,<argument>} {/<attribute>}; |
If the statement keyword is omitted, then a default statement keyword is used.