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.