aboutsummaryrefslogtreecommitdiff
path: root/examples/repl.stem
blob: 6c3e62cda78a0612a8a616eab843d96d8d87dba5 (plain)
1
2
"Welcome to the REPL; exit to exit"
loop [ "> " read strquote eval loop ] func loop