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