home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1438.dms / in.adf / BASIC_HELP / help8 < prev    next >
Encoding:
Text File  |  1978-09-12  |  616 b   |  24 lines

  1. VAL
  2. Converts a string into a variable.
  3. eg/VAL("6") would return 6   VAL("a") would return 0
  4. VARPTR
  5. Used with acessing machine language subroutines.
  6. WAIT
  7. Used in conjunction with the SOUND statement.
  8. WAVE
  9. Used in conjunction with the SOUND statement.
  10. WEND
  11. Used in conjunction with the WHILE statement.
  12. Closes the loop.
  13. WHILE
  14. Used in conjunction with the WEND statement. Starts the loop.
  15. WIDTH
  16. Sets the width of text that will be printed to the screen.
  17. eg/WIDTH 38
  18. This means that not more than 38 characters will be printed across the
  19. screen.
  20. WINDOW
  21. Creates a custom window.
  22. XOR
  23. Logical operator, mutually exclusive.
  24.