11 lines
297 B
Plaintext
11 lines
297 B
Plaintext
?(?0 ()) (This example demonstrates how to keep the runtime active between prompts.)
|
|
|
|
<> ((You said: quit\n) send) ((You quit.) print ')
|
|
<> (?: print ') (?:)
|
|
<> (?: send) (?: wait stdin)
|
|
<> (wait ?~) ((You said: ?~\n) send)
|
|
<> (' ?x) (?x ')
|
|
|
|
(Say something, or type "quit": \n) print '
|
|
|
|
wait stdin |