diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-06 14:59:49 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-06 14:59:49 -0800 |
commit | a70b986d42c89def265a396f8cedd23c749be1f9 (patch) | |
tree | 72b88443b5ce0c1af914dc3b34906fbbde032dec /examples | |
parent | 77afa3abf898c0535f9d2c96f6c6fc6939932c60 (diff) |
fix all bug part 2
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 6c3e62c..a2faaaf 100644 --- a/examples/repl.stem +++ b/examples/repl.stem @@ -1,2 +1,2 @@ -"Welcome to the REPL; exit to exit" -loop [ "> " read strquote eval loop ] func loop +"Welcome to the REPL; exit to exit\n" . +loop [ "> " . read strquote eval loop ] func loop |