diff options
-rw-r--r-- | shell/README.md | 8 |
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: |