Login

Fancade Wiki

Updated AND.md (markdown)

... ...
@@ -1,3 +1,19 @@
1
Outputs True if both inputs are True.
1
A logical AND operator.
2
3
[[/uploads/And.png]]
4
5
Inputs:
6
7
* Tru1: The first boolean value to check.
8
* Tru2: The second boolean value to check.
9
10
Outputs:
11
12
* Boolean: A boolean value.
13
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.
16
17
# Examples
18
...
2 19
3
[[/uploads/And.png]]
... ...
\ No newline at end of file
Fancade Wiki