diff --git a/Readme.md b/Readme.md index 42f50ec..bb2f536 100644 --- a/Readme.md +++ b/Readme.md @@ -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.