aboutsummaryrefslogtreecommitdiff
path: root/examples/repl.stem
blob: 6ed67958e400c7c46162b8eb51c86c6cfbf6c78e (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!" dsc

repl [ "> " . read strquote eval repl ] func repl