2024-04-23 17:07:28 -04:00
|
|
|
?(?-) (This is a fully functional Modal REPL.)
|
|
|
|
|
2024-04-25 21:53:22 -04:00
|
|
|
<> quit EOF
|
2024-04-26 01:35:15 -04:00
|
|
|
<> wait?~ (?~ wait!)
|
2024-04-25 21:53:22 -04:00
|
|
|
<> (?: print) ?:
|
2024-04-26 01:35:15 -04:00
|
|
|
<> (EOF wait!) (Bye.\n print)
|
2024-04-23 17:07:28 -04:00
|
|
|
|
2024-04-26 01:35:15 -04:00
|
|
|
(Say something, or type "quit":\n) print wait!
|