Menu

Do

Syntax

Help
string:
  - do: [ statement, ... ]

Conditions

The do condition simply executes the statements unconditionaly.
It is useful for statement that need to be executed regardless.

Menu