about summary refs log tree commit diff stats
path: root/shell/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'shell/README.md')
-rw-r--r--shell/README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/shell/README.md b/shell/README.md
index 7c1195e6..7927cda7 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -110,14 +110,6 @@ def (foo x)     =>      (def (foo x)
   (print x) x             (print x) x)
 ```
 
-Putting these rules together, parens are not required around the `if` in:
-
-```
-if (= 1 (% x 2))
-  'odd
-  'even
-```
-
 ### Infix
 
 The Mu shell supports infix operators: