diff options
Diffstat (limited to 'stemlib/repl.stem')
-rw-r--r-- | stemlib/repl.stem | 2 |
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 |