Gamma programs can be run in two ways: as a stand-alone executable, or by invoking Gamma from the command line.
-h gives a help message displaying all the options for this command.
-C declares all Gamma constants at startup. These constants can be viewed using the apropos function.
-d saves debugging information: the file name and line number.
-F declares all Gamma functions at startup. As with the -C option, these functions can be viewed using the apropos function.
The next section discusses command line arguments for a program, and how to access them within the program.
Copyright © 1995-2012 by Cogent Real-Time Systems, Inc. All rights reserved.