home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / comdemos / progs / stronged / !StrongED / Modes / BASIC next >
Encoding:
Text File  |  1993-04-17  |  588 b   |  21 lines

  1.  
  2. KeyList
  3.     s-F2        ListOfFound "DEF"
  4.     F10        RunBasic
  5.     s-F10        RunSaveBasic
  6.     c-R        Indent "REM "
  7.     c-D,c-F        InsertStr "FN_ForceDebug"
  8.     c-D,c-R        InsertStr "FN_RestoreDebug"
  9.     c-D,c-D        InsertStr "FN_Debug(pass%,"")
  10.     c-B,c-U        UppercaseBlock
  11.     c-B,c-L        LowercaseBlock
  12.     c-B,c-S        SwapcaseBlock
  13.     c-B,c-R        Indent "REM "
  14.     c-B,;        Indent ";"
  15. End
  16.  
  17. Menu
  18.     ListOfFound "DEF"    List DEF PROC/FN s-F2    Click to generate list of all procedures and functions.
  19.     RunBasic        Run               F10    Click to tokenise program and run it.
  20.     RunSaveBasic        Save and Run    s-F10    Click to tokenise program, save and then run it.
  21. End