diff options
Diffstat (limited to 'stemlib/repl.stem')
-rw-r--r-- | stemlib/repl.stem | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/stemlib/repl.stem b/stemlib/repl.stem deleted file mode 100644 index 2b0a83c..0000000 --- a/stemlib/repl.stem +++ /dev/null @@ -1,6 +0,0 @@ -"./stdlib.stem" fread strquote eval -"./math.stem" include - -# You can make your own REPL by changing the code! - -repl [ "> " . read strquote eval repl ] def repl |