Format
BEEP
Description
This statement will cause a short "beep" to be produced on the PC speaker
Example
PRINT "Number is too big!"
ENDIF
The preceding program fragment will check to see if variable "A" contains a value less than 100. If it does not, it will produce a short "beep", display a message, and set the value of "A" to 99. |