more readme edits
This commit is contained in:
parent
f1d17a2d5f
commit
4efe4bfcaa
1 changed files with 6 additions and 1 deletions
|
|
@ -40,7 +40,12 @@ Function call: `(append () 1 2 3)`
|
|||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue