Login

Fancade Wiki

Updated OR.md (markdown)

... ...
@@ -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
Fancade Wiki