5-12 HP IBASIC Supplement
Developing Programs
Editing Your Program Using Edit
The Label Window
The label window is a scrolling list of the most common characters,
symbols, and keywords used in IBASIC programming. It contains the
uppercase alphabet, the numbers 0 to 9, symbols such as single and
double quotation marks, parentheses, signs for mathematical and string
operations as well as numerous other characters and symbols.
It also contains the following IBASIC keywords:
Inserting Lines
To insert one or more program lines above any existing line, place the
cursor on the existing line and press . This causes the
cursor to move to a new line that appears above the existing one. Enter
and store the inserted line and another inserted line will appear.
Remember, each line must be ENTERed or any changes will be lost when
the cursor is moved to a different line.
ABORT ENTER NOT
ASSIGN FOR OUTPUT
BIT GOTO PAUSE
CALL IF PRINT
CLEAR INPUT SUB
DATA INTEGER SUBEND
DIM LIST THEN
DISP LOCAL TO
END NEXT WAIT