home *** CD-ROM | disk | FTP | other *** search
-
- KeyList
- s-F2 ListOfFound "DEF"
- F10 RunBasic
- s-F10 RunSaveBasic
- c-R Indent "REM "
- c-D,c-F InsertStr "FN_ForceDebug"
- c-D,c-R InsertStr "FN_RestoreDebug"
- c-D,c-D InsertStr "FN_Debug(pass%,"")
- c-B,c-U UppercaseBlock
- c-B,c-L LowercaseBlock
- c-B,c-S SwapcaseBlock
- c-B,c-R Indent "REM "
- c-B,; Indent ";"
- End
-
- Menu
- ListOfFound "DEF" List DEF PROC/FN s-F2 Click to generate list of all procedures and functions.
- RunBasic Run F10 Click to tokenise program and run it.
- RunSaveBasic Save and Run s-F10 Click to tokenise program, save and then run it.
- End