To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
GET EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
GET Example
10 CLEAR SCREEN
20 PRINT "CONT to GET file."
30 PAUSE
40 GET "print.prg"
50 END