Hamster-Skripte: Preprozessor-orders
Preprozessor-orders are special orders which are implemented before the real processing of the script. These special orders belong - if needs - always to the beginning of a script.
*! Hs2
If the use the new script - marks language. The old script language is not supported any more. This line must stand without leading blanks in the line very first to be effective.
*! Trace 1
In order to test and Debuggen ("Entwanzen") of programs the announcement of all implemented program lines turns on in the hamster's-protocol. See the also procedure moreover "trace"
This order is suitable particularly to the announcement of the initialization-section of modules.
*! Debug <level>
Sets the Debug-Level, standard is 0. With the Debug Level 0 all are ignored "debug" orders. The Debug-Level 255 indicates all "debug" - orders.
*! Load module.hsm
This order loads the concerning module and allows the use of the functions defined there. See closer moreover under modules
*! Initialize
This order is applied exclusively in modules, and marks the beginning of the Initialisationsabschnittes. See closer moreover under modules