TI-Basic Z80 Programming/List of Commands/Else

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Else

TI Basic command, accessed from within the program editor or from the Catalog (2nd+0)

Usage[edit | edit source]

If...Then...Else...End

Result[edit | edit source]

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.