From 22eb9a274386c7fbc5cdee2b86f621c44fd823e2 Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Sun, 7 Jan 2024 22:48:35 -0800 Subject: forgot what i did lol --- examples/repl.stem | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/repl.stem') diff --git a/examples/repl.stem b/examples/repl.stem index 7f2010f..1468835 100644 --- a/examples/repl.stem +++ b/examples/repl.stem @@ -1 +1,4 @@ -loop [ "> " . read strquote eval loop ] func loop +"./stdlib.stem" fread strquote eval +"./math.stem" include + +repl [ "> " . read strquote eval repl ] func repl -- cgit