This commit is contained in:
Kartik Agaram 2021-06-23 16:59:38 -07:00
parent 709902d34a
commit 2c1770a349
1 changed files with 0 additions and 8 deletions

View File

@ -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: