Function or from numeric
Brief description
or(left:bool,right:bool):bool
Logical or operator More ...
Function information
| Name: | or |
| Base: | |
| Group: | Built-in plugins:Logic |
| Icon: | math.png |
| Color: | black |
| Authors: | Aless Lasaruk |
| Copyright: | (c) 2010 Aless Lasaruk |
Detailed description
Logical or operator
Input parameters
-
left:
bool
- Left-hand side
-
right:
bool
- Left-hand side
Return values
-
Default return value:
bool
- Truth value
