home *** CD-ROM | disk | FTP | other *** search
- VAL
- Converts a string into a variable.
- eg/VAL("6") would return 6 VAL("a") would return 0
- VARPTR
- Used with acessing machine language subroutines.
- WAIT
- Used in conjunction with the SOUND statement.
- WAVE
- Used in conjunction with the SOUND statement.
- WEND
- Used in conjunction with the WHILE statement.
- Closes the loop.
- WHILE
- Used in conjunction with the WEND statement. Starts the loop.
- WIDTH
- Sets the width of text that will be printed to the screen.
- eg/WIDTH 38
- This means that not more than 38 characters will be printed across the
- screen.
- WINDOW
- Creates a custom window.
- XOR
- Logical operator, mutually exclusive.
-