To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Definitions
Line Number
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
Line Number
Each program line requires a unique line number at the beginning of the line. Line numbers must be in the range of 1 to 4,194,304. HTBasic ignores leading zeros and spaces before line numbers. Line numbers are used to:
• indicate the order of statement execution
• provide control points for branching
• help in debugging and updating programs
• indicate the location of run-time errors