Script (help)

All programs use an underlying scripting language for greater functionality. The script language is a typical 4th generation language and tries to do most things by itself (to avoid errors). It supports procedures, functions, and blocks. It also supports conditions, loops, and a text file generator.

Comments
  // Comment

Debugging
  debug

Program flow
  halt (terminates all and condition insensitive)
  break (terminates and condition insensitive)
  stop (terminates)

Macro splitting
  include part.macro // Note, the first line is not interpreted.

Executing
  execute sh my.sh

For details, see subpages!