Skip to content

gmslStatements

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.