OSDN Git Service

MD TABLE!?
authorsforman <sforman@hushmail.com>
Sun, 30 Jul 2023 22:54:07 +0000 (15:54 -0700)
committersforman <sforman@hushmail.com>
Sun, 30 Jul 2023 22:54:07 +0000 (15:54 -0700)
README.md

index c8e263a..9ff1454 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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           |      ~         |                              |
-+-----+-------------------+----------------+------------------------------+
 
 
 --------------------------------------------------