aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-05 22:00:24 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-05 22:00:24 -0800
commit77afa3abf898c0535f9d2c96f6c6fc6939932c60 (patch)
treef1bb25064c59534c7c6a1c8477beec71f80a5ab2 /examples
parent4590a4995424e9dbd79bf0761490c53ce8064b8c (diff)
fix all bug
Diffstat (limited to 'examples')
-rw-r--r--examples/repl.stem4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/repl.stem b/examples/repl.stem
index 30efb40..6c3e62c 100644
--- a/examples/repl.stem
+++ b/examples/repl.stem
@@ -1,2 +1,2 @@
-"Welcome to the REPL; exit to exit" .
-loop [ "> " read evalstr loop ] func loop
+"Welcome to the REPL; exit to exit"
+loop [ "> " read strquote eval loop ] func loop