|
||||||||||||
|
|
||||||||||||
IfIf statement allows conditional execution of statement or conditional choice of two statements, executing one or the other but not both.
Given condition expression is evaluated and if it yields to "true" then the
'then' statement is evaluated, otherwise if `` if := "if" "(" expr-startcondition ")" statementthen [ "else" statementelse ]
|
||||||||||||
|
|
||||||||||||