if
conditional statement.
Syntax
if conditional_expression_1, statements_1, elseif conditional_expression_2, statements_2, else statements_N end
Description
if and else statements form a control structure for conditional execution.
Example
See also
for.
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated