aboutsummaryrefslogtreecommitdiff
path: root/examples/repl.stem
diff options
context:
space:
mode:
Diffstat (limited to 'examples/repl.stem')
-rw-r--r--examples/repl.stem6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/repl.stem b/examples/repl.stem
deleted file mode 100644
index 6ed6795..0000000
--- a/examples/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!" dsc
-
-repl [ "> " . read strquote eval repl ] func repl