MD TABLE!?

This commit is contained in:
sforman 2023-07-30 15:54:07 -07:00
parent 540bdd97bd
commit a38fc62074
1 changed files with 1 additions and 7 deletions

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 | ~ | |
+-----+-------------------+----------------+------------------------------+
-------------------------------------------------- --------------------------------------------------