mdtableeeeee

This commit is contained in:
sforman
2023-07-30 16:01:09 -07:00
parent a38fc62074
commit c23a3a5317
+1
View File
@@ -269,6 +269,7 @@ dialect of Joy are defined in terms of these:
| op | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators |
|-----|-------------------|----------------|------------------------------|
| AND | /\ | && | and |
| OR | \/ | || | or |
| XOR | _\/_ | xor | |