To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
stop EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
stop Example
10 CLEAR SCREEN
20 PRINT "I can stop the program before it is finished."
30 STOP
40 END