TI-Basic Z80 Programming/Instructions/Else
From Wikibooks, open books for an open world
Else
TI Basic command, accessed from within the program editor or from the Catalog (2nd+0)
[edit] Usage
If...Then...Else...End
[edit] Result
Causes all commands from Else tag to End tag within the If loop to be executed only if the condition for the If loop is false. Note that Then must be used, that is If...Else...End is illegal.
This page may need to be