else if | ||||||||||
Type | keyword | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Used within an if control structure to evaluate an alternate condition|conditional expression and contain a statement or statementlist|statement list to be executed if its condition|conditional expression is true. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Keyword: then, end, else, control Glossary: keyword, control structure, expression Control Structure: if, break, repeat, try | |||||||||
Description | Use the else if keyword to add an alternate condition|conditional expression to be evaluated in the if control structure. If the conditional expression|condition evaluates to true then the statement or statementlist|statement list following the else ifkeyword will be executed. |