HTBasic Help
×
Menu
Index

Line Label

 
Line labels may optionally follow any line number. The use of line labels results in more structured programming. Line references to labels are unaffected by line numbering. The rules for naming a line label are the same as for variables (see Variable Names). A colon follows the name in the line that is labeled, but does not follow the name in lines referencing that line.