Updated Equal Truths.md (markdown)
commited
commit
da426e92ca8a0656f313f66dc01ec4513ef15285
... | ... | @@ -1,3 +1,19 @@ |
1 | 1 | Outputs True if the two inputs are both True or both False. |
2 | 2 | |
3 | [[/uploads/Equal_Truth.png]] |
|
... | ... | \ No newline at end of file |
0 | [[/uploads/Equal_Truth.png]] |
|
1 | ||
2 | Inputs: |
|
3 | ||
4 | * Tru1: The first boolean value to check. |
|
5 | * Tru2: The second boolean value to check. |
|
6 | ||
7 | Outputs: |
|
8 | ||
9 | * Boolean: A boolean value. |
|
10 | ||
11 | ## Notes |
|
12 | ... |
|
13 | ||
14 | ## Examples |
|
15 | ... |
|
16 |