To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
lgt EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
lgt Example
10 X=10000
20 COMPLEX C
30 C=CMPLX(3,5)
40 CLEAR SCREEN
50 PRINT "The Log (base 10) of";X;"is";LGT(X)
60 END