- added EOF clause in interact

This commit is contained in:
frese 2004-09-15 14:48:42 +00:00
parent 4a49fb8f30
commit 5921374d20
1 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,10 @@ timeout-clause or a pattern-clause.
Example: ((rx "a") () (return m) (display "You pressed a\n"))
(EOF (<flag> ...) <body> ...)
This a shortcut for
(eof-pattern (<flag>) (k m) <body> ...)
-------------------------------------------------------------------------------
(send STRING TASK) -> (undefined) procedure