modal/examples/repl.modal

11 lines
230 B
Plaintext
Raw Normal View History

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