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.) ?(?-) (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