HTBasic Help
×
Menu
Index

QUIT ALL

Quits BASIC and returns to the operating system.
 
 QUIT ALL
 
Usage:
QUIT ALL
 
Example:           QUITALL.BAS
 
Description:
QUIT ALL is used to leave the BASIC programming environment and return to the computer's operating system. If the program is in a paused state, a STOP is automatically executed to close any open files before quitting.
 
See Also: