aboutsummaryrefslogtreecommitdiff
path: root/stemlib/repl.stem
blob: 2b0a83c743a2eacbc391520a1133be102f7f4424 (plain)
1
2
3
4
5
6
"./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