Runtime arguments

Command line arguments given to Modula-3 programs are divided in two groups. Runtime parameters are those that start with the characters @M3. They are reserved for the Modula-3 runtime and are accessible via the RTParams interface. The others are program arguments and are accessible via the Params interface.

The following runtime parameters are recognized today; others are simply ignored.

Last modified on Thu Jan  4 11:08:03 PST 1996 by heydon 
     modified on Thu Jun  1 08:16:06 PDT 1995 by kalsow 
     modified on Thu Jan  7 18:40:57 PST 1993 by muller