home *** CD-ROM | disk | FTP | other *** search
- SPECS *.SEQ ; index compiler specs.
- GLOBAL \ ; global index, strt with . (cur) dir.
- AFTER 0 ; start looking after column 0
- BEFORE 132 ; stop looking at column 132
- LINEMAX 132 \ limit line length (for .BLK use LINEMAX 64)
- STOPAT \ ; stop looking when ";" found
- TABX ON ; files being indexed contain tabs ON|OFF
- TYPE 0 "°" ; index compiler command
- TYPE 0 ":: "
- TYPE 0 ": "
- TYPE 0 "CODE "
- TYPE 0 "CREATE "
- TYPE 0 "CONSTANT "
- TYPE 0 "VARIABLE "
- TYPE 0 "VALUE "
- TYPE 0 "ARRAY "
- TYPE 0 "MACRO "
- TYPE 0 "ICODE "
- TYPE 0 "IMACRO "
- TYPE 0 "M: "
- ; ; stop looking at file on this line
-
-