home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / PROGRAMM / LADYBUG.ZIP / HELP.BUG < prev    next >
Text File  |  1984-03-14  |  564b  |  17 lines

  1. ;help
  2. ct
  3. print "'Press      For a description of'
  4. print "'  1        Graphics commands  '
  5. print "'  2        Sound making commands'
  6. print "'  3        Input and Output
  7. print "'  4        Control commands'
  8. print "'  5        Workspace commands'
  9. print "'  6        Running Procedures'
  10. print "'  7        Expressions and functions'
  11. print "'  8        Tools in workspaces
  12. print "'  0        To exit from HELP
  13. print "' '
  14. type "'Press a key '
  15. make "key rc
  16. if number? :key  if :key >= 1  if :key <= 9  [make "key word "help :key   load :key ername "key]
  17.