gmslStatements
The gmSL Statements
Section titled “The gmSL Statements”The gmSL language supports a very limited set of built in statements.
- Method declaration.
- Variable declaration.
- assignment statement.
- method call statement.
- If statement.
- For statement.
- While statement.
- Return statement.
- Break statement.
- Continue statement.