aboutsummaryrefslogtreecommitdiff
path: root/stemlib/repl.stem
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-20 16:37:26 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-20 16:37:26 -0800
commitff43bd2fb2c2617b53a0157d62d07cf96b2ef92f (patch)
tree3dbd2aa8f7c1af171edb232fb56c00879b3876ab /stemlib/repl.stem
parenta9d6c221d7686e3055593359b02125a3f20ab3e5 (diff)
add more detailed error messages; fix a couple bugs
Diffstat (limited to 'stemlib/repl.stem')
-rw-r--r--stemlib/repl.stem2
1 files changed, 1 insertions, 1 deletions
diff --git a/stemlib/repl.stem b/stemlib/repl.stem
index 0131c18..2b0a83c 100644
--- a/stemlib/repl.stem
+++ b/stemlib/repl.stem
@@ -3,4 +3,4 @@
# You can make your own REPL by changing the code!
-repl [ "> " . read strquote eval repl ] func repl
+repl [ "> " . read strquote eval repl ] def repl