PickBASIC / FlashBASIC
then clause
.mdThe then clause specifies which statements to execute when the conditional statement evaluates to true.
Syntax
logical.exp then 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. |
| then statement.block | Executes the specified statements if the logical expression evaluates to nonzero. |
See also
Referenced by
24 topics mention then clause in its description.
iconv() functionif statementifr statementin statementinput statementkey statementLogical expressionsmatread statementmatreadu statementread statementreadtx statementreadv statementrewind statementroot statementsend statementsendx statementstatement blocksweof statementwritetx statementa (algebraic) processing codef (f-correlative) processing codeif (if/then) processing codepeqss (substitution) processing code