Updated AND.md (markdown)
commited
commit
42b84bb033a2d7109b7c032bf3e01c9eb660af75
... | ... | @@ -9,7 +9,7 @@ Inputs: |
9 | 9 | |
10 | 10 | Outputs: |
11 | 11 | |
12 | Boolean: Combines Tru1 & Tru2, returns True if both inputs are True. |
|
12 |
* Boolean: Combines Tru1 & Tru2, returns True if both inputs are True. |
|
13 | 13 | |
14 | 14 | ## Notes |
15 | 15 | * This script block can be combined with [[If]] block to check if both Tru1 and Tru2 inputs are True. You can also use the logical [[OR]] operator to check if either Inputs is True. |