To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
QUIT ALL
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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:
EXECUTE