To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
not EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
not Example
10 CLEAR SCREEN
20 PRINT "Not 1 is";NOT 1
30 PRINT "Not 0 is";NOT 0
40 END