aboutsummaryrefslogtreecommitdiff
path: root/examples/repl.stem
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-01-08 18:31:56 -0800
committerPreston Pan <preston@nullring.xyz>2024-01-08 18:31:56 -0800
commitdfe729c98b63d0f6c0041799a0fb46b2f476502e (patch)
treedfd5ea3ff12cab14cc2ae6ff719e6204f02fdbcc /examples/repl.stem
parent22eb9a274386c7fbc5cdee2b86f621c44fd823e2 (diff)
allow for future FLI system
Diffstat (limited to 'examples/repl.stem')
-rw-r--r--examples/repl.stem2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/repl.stem b/examples/repl.stem
index 1468835..6ed6795 100644
--- a/examples/repl.stem
+++ b/examples/repl.stem
@@ -1,4 +1,6 @@
"./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