- added EOF clause in interact
This commit is contained in:
parent
4a49fb8f30
commit
5921374d20
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue