PickBASIC / FlashBASIC
else clause
.mdThe else clause is the inline clause for the if statement to execute when it evaluates to false.
Syntax
logical.exp else statement.blockParameter(s)
| logical.exp | Expression to be tested. If it evaluates to nonzero, it is considered true. If it evaluates to 0, it is false. |
| else statement.block | Executes the specified statements if the logical expression evaluates to 0. |
See also
Referenced by
29 topics mention else clause in its description.
commit work statementFlashBASIC and BASIC differencesifr statementin statementinput statementkey statementlocate statementlock statementmatread statementmatreadu statementopen statementprocread statementread statementreadnext statementreadt statementreadtx statementreadv statementReserved wordsrewind statementroot statementsend statementsendx statementweof statementwritetx statement+5 more