modal/examples/repl.modal

9 lines
194 B
Plaintext
Raw Normal View History

?(?-) (This is a fully functional Modal REPL.)
2024-04-25 21:53:22 -04:00
<> quit EOF
<> (?: print) ?:
<> (wait ?~) (?~ wait stdin)
2024-04-25 21:53:22 -04:00
<> (EOF wait stdin) (Bye.\n print)
2024-04-25 21:53:22 -04:00
(Say something, or type "quit":\n) print wait stdin