From d285d132905ae1d91d34f89b588e78c70a44ad17 Mon Sep 17 00:00:00 2001 From: sforman Date: Sun, 30 Jul 2023 16:14:52 -0700 Subject: [PATCH] egad --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9df5786..adcd91d 100644 --- a/README.md +++ b/README.md @@ -270,10 +270,10 @@ dialect of Joy are defined in terms of these: | op | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators | |-----|-------------------|----------------|------------------------------| -| AND | /\ | && | and | -| OR | \\/ | \|\| | or | -| XOR | _\\/_ | xor | | -| NOT | not | ~ | | +| AND | `/\` | `&&` | `and ` | +| OR | `\\/` | `\|\|` | `or` | +| XOR | `\_\\/_` | `xor` | | +| NOT | `not` | | | --------------------------------------------------