Next: , Up: Executive Assembler Introduction   [Index]


8.1.1 Standalone Main

The main of the standalone interpreter will parse its command line and set the argc, argv, immediate, program and self features in the top level context aggregate. Additionally, it will decide whether a program is to be executed or one of the two lists of functions and constants is to be displayed instead.

See Program Interpretation.

See Displaying The Constants List.

See Displaying The Functions List.