HTBasic Help
×
Menu
Index

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. Optionally, one may elect not to display 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