more readme edits

This commit is contained in:
Aidan 2021-05-31 15:05:37 -07:00
parent f1d17a2d5f
commit 4efe4bfcaa
No known key found for this signature in database
GPG key ID: 327711E983899316

View file

@ -40,7 +40,12 @@ Function call: `(append () 1 2 3)`
System binary call: `(vim Readme.md)` System binary call: `(vim Readme.md)`
Control flow statement: `(if (eq "example" (fread 'test_file')) (print "test worked) (rm -rf /))` ```
; complex call
(if (eq "example" (fread 'test_file'))
(print "test worked")
(rm -rf /))
```
There may be alternative REPLs, officially or from community members, that do not exhibit this behavior. There may be alternative REPLs, officially or from community members, that do not exhibit this behavior.