Improved REPL
This commit is contained in:
parent
eaa1f92347
commit
7e9eab04fc
|
@ -1,10 +1,8 @@
|
||||||
?(?-) (This is a fully functional Modal REPL.)
|
?(?-) (This is a fully functional Modal REPL.)
|
||||||
|
|
||||||
<> (EOF wait stdin) ((Bye.\n) print)
|
<> quit EOF
|
||||||
<> (quit wait stdin) ((You quit.\n) print)
|
<> (?: print) ?:
|
||||||
<> (?: print) (?:)
|
|
||||||
<> (wait ?~) (?~ wait stdin)
|
<> (wait ?~) (?~ wait stdin)
|
||||||
|
<> (EOF wait stdin) (Bye.\n print)
|
||||||
|
|
||||||
(Say something, or type "quit":\n) print
|
(Say something, or type "quit":\n) print wait stdin
|
||||||
|
|
||||||
wait stdin
|
|
||||||
|
|
Loading…
Reference in New Issue