Updated OR.md (markdown)
commited
commit
4620c0daf25ab159aa5dc16867736536fbf30ae4
... | ... | @@ -15,5 +15,9 @@ Outputs: |
15 | 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 | * The top one returns True because both inputs are True. |
|
19 | * The middle one returns True because one of the inputs is True. |
|
20 | * The last one returns False because both of the inputs are False. |
|
21 | ||
22 | [[uploads/or_ex01.jpg]] |
|
19 | 23 |