diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-07 18:37:30 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-07 18:37:30 -0800 |
commit | 5907934e467bf28291901ed3595125ef1ed724d9 (patch) | |
tree | a51b4f1b2702673d18f39de5b39b2a37c26774ce /examples/repl.stem | |
parent | a70b986d42c89def265a396f8cedd23c749be1f9 (diff) |
add a lot of stuff and fix some bugs
Diffstat (limited to 'examples/repl.stem')
-rw-r--r-- | examples/repl.stem | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/repl.stem b/examples/repl.stem index a2faaaf..7f2010f 100644 --- a/examples/repl.stem +++ b/examples/repl.stem @@ -1,2 +1 @@ -"Welcome to the REPL; exit to exit\n" . loop [ "> " . read strquote eval loop ] func loop |