Returns TRUE if x and y are true. Otherwise the return value is FALSE.
Syntax
x && y
Types
Variable Name | Value Type | Variable Type | ||
---|---|---|---|---|
Arguments: | x | bool | boolean | |
y | bool | boolean | ||
Result: | b | bool | boolean |
Calculator Input
Use the
button to complete the operation.Example
ID | Description | Type | Value | Expression | |
---|---|---|---|---|---|
x | Argument | BOOL | true | TRUE | |
y | Argument | BOOL | false | FALSE | |
b | Result | BOOL | false | x && y |