conditional

Typeglossary
DictionaryLCS
LibraryLiveCode Script
Synonymsconditional 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.