Login

Fancade Wiki

Simplified

... ...
@@ -1,23 +1,5 @@
1
Outputs True if both input truths equal True.
2
3 1
[[/uploads/And.png]]
4 2
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: Combines Tru1 & Tru2, returns True if both inputs are True.
13
14
## Notes
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
17
## Examples
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]]
3
If both inputs are True, then it outputs True. Otherwise it outputs False.
23 4
5
[[/uploads/Screenshot_2022-02-14-07-24-58-75_6c69499164362a0dbe2f1dfe7c62199a.jpg]]
... ...
\ No newline at end of file
Fancade Wiki