To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
sc EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
sc Example
10 CLEAR SCREEN
20 ASSIGN @Out TO CRT
30 PRINT "The ISC for @Out is ";SC(@Out);"."
40 ASSIGN @Out TO *
50 END