To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
quit EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
quit Example
10 PRINT "If this works right after you CONT, the HTBasic child window will close."
20 PRINT "Program paused..."
30 PAUSE
40 QUIT
50 END