diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-05 22:00:24 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-05 22:00:24 -0800 |
commit | 77afa3abf898c0535f9d2c96f6c6fc6939932c60 (patch) | |
tree | f1bb25064c59534c7c6a1c8477beec71f80a5ab2 /examples | |
parent | 4590a4995424e9dbd79bf0761490c53ce8064b8c (diff) |
fix all bug
Diffstat (limited to 'examples')
-rw-r--r-- | examples/repl.stem | 4 |
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 |