From 4efe4bfcaaf74052790b49917439bec9108ddd58 Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 31 May 2021 15:05:37 -0700 Subject: [PATCH] more readme edits --- Readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.