Updated AND.md (markdown)
commited
commit
7c1c04b4e319653b209de4fb0a69aa0a78535b19
... | ... | @@ -12,7 +12,7 @@ Outputs: |
12 | 12 | * Boolean: A boolean value. |
13 | 13 | |
14 | 14 | ## Notes |
15 | * This script block can be combined with [[If]] block to check if both Tru1 and Tru2 values are True. You can also use the logical [[OR]] operator to check if either Inputs is True. |
|
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. |
|
16 | 16 | |
17 | 17 | ## Examples |
18 | 18 | ... |