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:
+-----+-------------------+----------------+------------------------------+ | op | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators |
| | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators |
+-----+-------------------+----------------+------------------------------+
| AND | /\ | && | and | | AND | /\ | && | and |
+-----+-------------------+----------------+------------------------------+
| OR | \/ | || | or | | OR | \/ | || | or |
+-----+-------------------+----------------+------------------------------+
| XOR | _\/_ | xor | | | XOR | _\/_ | xor | |
+-----+-------------------+----------------+------------------------------+
| NOT | not | ~ | | | NOT | not | ~ | |
+-----+-------------------+----------------+------------------------------+
-------------------------------------------------- --------------------------------------------------