Login

Fancade Wiki

Updated AND.md (markdown)

... ...
@@ -15,5 +15,9 @@ Outputs:
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.
16 16
17 17
## Examples
18
...
18
* The top one returns True because both inputs are True.
19
* The middle one returns False because one of the inputs is False.
20
* The last one returns False because both inputs are False.
21
22
[[uploads/and_ex01.jpg]]
19 23
Fancade Wiki