This commit is contained in:
Kartik Agaram 2021-06-23 11:05:53 -07:00
parent 6a65f6f233
commit f13e3cdfb1
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ if (= 1 (% x 2))
The Mu shell supports infix operators:
```
3 + 1
(3 + 1)
=> 4
```