To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
tab EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
tab Example
10 CLEAR SCREEN
20 PRINT "*** Print TEST ****"
30 PRINT "[TAB]";TAB(15);"15 spaces"
40 PRINT TABXY(5,5);"TABXY test"
50 END