Topic complex |
Selecting |
Function |
OR |
Short |
Non exclusive OR |
Syntax |
Exp1 OR Exp2 |
Parameter |
Exp1, Exp2 : logical expression |
Return |
TRUE, if Exp1 or Exp2 or both return the value TRUE. |
See also: |
|
Description |
Is Exp1 TRUE, Exp2 is no more calculated (shortend logical analyse).
|
Write a comment:
|