Improved REPL

This commit is contained in:
Devine Lu Linvega 2024-04-25 18:53:22 -07:00
parent eaa1f92347
commit 7e9eab04fc
1 changed files with 4 additions and 6 deletions

View File

@ -1,10 +1,8 @@
?(?-) (This is a fully functional Modal REPL.)
<> (EOF wait stdin) ((Bye.\n) print)
<> (quit wait stdin) ((You quit.\n) print)
<> (?: print) (?:)
<> quit EOF
<> (?: print) ?:
<> (wait ?~) (?~ wait stdin)
<> (EOF wait stdin) (Bye.\n print)
(Say something, or type "quit":\n) print
wait stdin
(Say something, or type "quit":\n) print wait stdin