conditional | |
Type | glossary |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | conditional statement,if/then,if/then/else,if-then,if-then-else,conditional |
Description | A programming structure that checks a condition, and then takes appropriate action depending on whether the condition is true or false. |