To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
on EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
on Example
10 X=2
20 ON X GOTO L1,L2
30 L1: PRINT "Line one."
40 L2: PRINT "Line two."
50 END