2024-04-23 17:07:28 -04:00
|
|
|
?(?-) (This is a fully functional Modal REPL.)
|
|
|
|
|
2024-04-25 21:36:45 -04:00
|
|
|
<> (EOF wait stdin) ((Bye.\n) print)
|
2024-04-23 17:07:28 -04:00
|
|
|
<> (quit wait stdin) ((You quit.\n) print)
|
|
|
|
<> (?: print) (?:)
|
|
|
|
<> (wait ?~) (?~ wait stdin)
|
|
|
|
|
|
|
|
(Say something, or type "quit":\n) print
|
|
|
|
|
|
|
|
wait stdin
|