home *** CD-ROM | disk | FTP | other *** search
- SPECS *.seq ; index compiler specs.
- AFTER 0 ; start looking after column n
- BEFORE 132 ; stop looking at column 132
- LINEMAX 132 \ limit line length (for .BLK use LINEMAX 64)
- STOPAT ; ; stop looking when ";" found
- TYPE 0 "°" ; index compiler command
- TYPE 0 ": " ; Forth definitions
- TYPE 0 "alias "
- TYPE 0 "MI " ; target compiler
- TYPE 0 "MACRO " ; target compiler
- TYPE 0 "LABEL " ; target compiler
- TYPE 0 "CODE " ; target compiler
- TYPE 0 "IMACRO " ; target compiler
- TYPE 0 "ICODE " ; target compiler
- TYPE 0 "VALUE " ; target compiler
- TYPE 0 "CONSTANT " ; target compiler
- TYPE 0 "VARIABLE " ; target compiler
- ; ; stop looking at file on this line
-