To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
integer EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
integer Example
10 INTEGER A,B
20 A=10
30 B=5
40 PRINT "A = ";A
50 PRINT "B = ";B
60 END