This is an old revision of the document!
After program source has been stored in a file, the following steps are necessary before the program can be used:
TOPS-20 EXEC provides a number of commands
| Compiler | Default file type(s) |
|---|---|
| ALGOL | .ALG[1] |
| BLISS-10 | .B10 .BLI |
| BLISS-36 | .B36 |
| COBOL | .CBL[1] |
| COBOL-68 | .C68 .68C |
| COBOL-74 | .C74 .74C |
| FAIL | .FAI |
| FORTRAN | .FOR[1] |
| MACRO assembler | .MAC[1] |
| PASCAL | .PAS |
| SAIL | .SAI |
| SIMULA | .SIM |
[1]: The system will automatically search for source files with these standard types and run the appropriate compiler if you omit the file type(s) when you run @COMPILE, @LOAD, or @EXECUTE.
| SNOBOL | .SNO |