basic.ifr
Initiates a multi-attribute logical expression.
Syntax
ifr logical.expression [ then | else ] statement.block ifr logical.expression then statement.block [ else statement.block ]
Description
tests the result of a logical expression. Each attribute of the first element of the expression is tested against the target. Depending on whether one of the attributes in the expression evaluates to either 'true' or 'false', the statement(s) following the 'then' or 'else' clauses respectively are executed.
See the 'if' statement for more information on clause structures.
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
