Quick Reference Guide

TI-Nspire™ Reference Guide 33
ElseIf
Catalog
>
If BooleanExpr1 Then
Block1
ElseIf BooleanExpr2 Then
Block2
©
ElseIf BooleanExprN Then
BlockN
EndIf
©
Note for entering the example: In the Calculator application
on the handheld, you can enter multi-line definitions by pressing @
instead of · at the end of each line. On the computer keyboard,
hold down Alt and press Enter.
EndFor See For, page
38
.
EndFunc See Func, page
40
.
EndIf See If, page
45
.
EndLoop See Loop, page
60
.
EndPrgm See Prgm, page
76
.
EndTry See Try, page
105
.
EndWhile See While, page
111
.