OSDN Git Service

Minor edits.
authorsforman <sforman@hushmail.com>
Sun, 30 Jul 2023 23:34:56 +0000 (16:34 -0700)
committersforman <sforman@hushmail.com>
Sun, 30 Jul 2023 23:34:56 +0000 (16:34 -0700)
README.md

index 65dfb62..cecab2c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -261,10 +261,9 @@ dialect of Joy are defined in terms of these:
 
     < > >= <= != <> = 
 
-    and or xor (These are the bitwise ops.)
     lshift rshift
 
-    /\ \/ _\/_ (These are the logical ops.  Booleans)
+    /\ \/ _\/_ (These are the logical ops that work on Booleans.)