Template:Flow Control

From Wiki
Revision as of 16:06, 5 September 2007 by Seg (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Flow Control

  • The flow control commands allow scripts to make decision's based on the evaluation of boolean expressions.
  1. Break
  2. Call
  3. Continue
  4. Exit
  5. For
  6. Gosub
  7. Goto
  8. Halt
  9. If
  10. Pause
  11. Repeat..until
  12. Return
  13. Stop
  14. Sub
  15. While