MD TABLE!?

This commit is contained in:
sforman
2023-07-30 15:54:07 -07:00
parent 540bdd97bd
commit a38fc62074
+1 -7
View File
@@ -268,17 +268,11 @@ dialect of Joy are defined in terms of these:
+-----+-------------------+----------------+------------------------------+
| | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators |
+-----+-------------------+----------------+------------------------------+
| op | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators |
| AND | /\ | && | and |
+-----+-------------------+----------------+------------------------------+
| OR | \/ | || | or |
+-----+-------------------+----------------+------------------------------+
| XOR | _\/_ | xor | |
+-----+-------------------+----------------+------------------------------+
| NOT | not | ~ | |
+-----+-------------------+----------------+------------------------------+
--------------------------------------------------