Storing your program on the computer
All Quantum programs are stored in separate files on the computer.
Program file name
Each file has a unique name which may be made up of any characters, but you are advised to use only letters and numbers in your filenames.
Example program
A typical program might look like this:
*include edit
a;dsp;spechar=–*;decp=0;flush
*include tabs
*include axes
▪The file called edit contains editing instructions.
▪The file called tabs contains statements defining the tables required.
▪axes contains statements which define the individual rows and columns each table is to have.
▪The a; statement lists characteristics that all tables are to have, although some of these characteristics can be overridden for individual tables or individual table elements.
See also