home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / logo / labybug / help4.bug < prev    next >
Text File  |  1984-03-13  |  666b  |  30 lines

  1. ;   help4
  2. ct
  3. print "'            Control Commands'
  4. cursor 1 3
  5. print "'EDit procname ...
  6. print "'EDit ALL
  7. print "'END
  8. print "'ERROR message
  9. print "'goodBYE
  10. print "'IF condition THEN action
  11. print "'IF condition THEN action1 ELSE action2
  12. print "'IF condition [action]
  13. print "'IF condition [action1] [action2]
  14. print "'IFFALSE action
  15. print "'IFTRUE action
  16. print "'LOCAL variablename
  17. print "'MAKE variablename value
  18. print "'OUTPUT value
  19. print "'RANDOMIZE number
  20. print "'REPEAT number list
  21. print "'RUN list
  22. print "'STOP
  23. print "'TEST condition
  24. print "'TOPLEVEL
  25. cursor 1 24
  26. type "'Press any key to continue '
  27. make "helpvar rc
  28. ername "helpvar
  29. ct
  30.