home *** CD-ROM | disk | FTP | other *** search
- PATH f:\FPC\NEWZ ; file search path
- DEFEXT seq ; default file extension if none specified
- DELIMS " " ; browse word delimiter string
- SPECS *.seq;f:\fpc\NEWZ\ZHELP.TXT ; index compiler specs.
- *GLOBAL . ; (disabled) do global index, starting with . (cur) dir
- *LASERJET ; HP LASERJET printer support, else default to PROPRINT
- SWAPEMM ON ; enable swap to EMM on shell to DOS, prefered ON|OFF
- *SWAPFILE ZIMAGE.$$$ ; allow swap to disk on shell to DOS,
- ; normally a ramdrive is used (disabled)
- BACKUP ON ; we want to keep backup files of our edit sessions
- AFTER 0 ; start looking after column 0
- BEFORE 132 ; stop looking at column 132
- STOPAT \ ; stop looking when "\" found
- WRAP OFF ; enable word-wrap & auto right margin calc. ON|OFF|20-132
- TABX OFF ; set tab expansion ON|OFF.
- TABSIZE 8 ; set tab expansion to every 8 chars. 1-40
- COLOR 0 1 15 ; normal text attribs: blue=bg, white=fg
- COLOR 1 2 0 ; menubar: bgeen=bg, black=fg
- COLOR 2 12 15 ; warning messages: bright red=bg, white=fg
- COLOR 3 5 11 ; trailing text: purple=bg, cyan=fg
- COLOR 4 12 15 ; menu corner labels: bright red=bg, white=fg
- 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
- rem HILIGHT { } IF ELSE THEN : ; \
- rem HILIGHT ?DO DO LOOP +LOOP BEGIN WHILE REPEAT UNTIL AGAIN
- rem HILIGHT #IF #ELSE #THEN COMMENT: COMMENT; LEAVE ?LEAVE
- rem HILIGHT CREATE VARIABLE CONSTANT VALUE LABEL CODE [ ]
- rem HILIGHT END-CODE MACRO END-MACRO FOR NEXT
- ; ; stop looking at file
-
-