Updated OR.md (markdown)
commited
commit
97c22120c4432498f55d855e1c248ef8d81f8b88
... | ... | @@ -6,6 +6,7 @@ Inputs: |
6 | 6 | |
7 | 7 | * Tru1: The first boolean value to check. |
8 | 8 | * Tru2: The second boolean value to check. |
9 | ||
9 | 10 | Outputs: |
10 | 11 | |
11 | 12 | * Boolean: Combines Tru1 & Tru2, returns True if either input is True. |