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