User Manual

Else
See If, page 67.
ElseIf
Catalog >
If BooleanExpr1 Then
Block1
ElseIf BooleanExpr2 Then
Block2
ElseIf BooleanExprN Then
BlockN
EndIf
Note for entering the example: For
instructions on entering multi-line program
and function definitions, refer to the
Calculator section of your product
guidebook.
EndFor
See For, page 53.
EndFunc
See Func, page 57.
EndIf
See If, page 67.
EndLoop
See Loop, page 89.
EndPrgm
See Prgm, page 113.
EndTry
See Try, page 157.
Alphabetical Listing 45