Program

A Slim program is made up of one or more modules, one of which is designated as the main module.

Modules can be compiled separately and then linked together, producing an executable. Alternatively, the main module can be fed to the interpreter, which links in the other modules, as needed.

The first instruction of a main module serves as the first instruction of the program. When the last instruction in the module has been completed, the program terminates.


Herman Venter

This is Slim documentation as snarfed on 27 May 1999 by dB.