- added description for 'eof' clause of interact
This commit is contained in:
parent
62bb1116e4
commit
b7f45aec49
|
@ -121,7 +121,7 @@ task. A clause is either a character-clause or a filter-clause.
|
|||
(<character> <continuation-variable> <body> ...)
|
||||
When interact matches the character, it bind the continuation variable
|
||||
to the continuation out of the interaction, then evaluates the clause
|
||||
body.
|
||||
body. <character> can also be 'eof'.
|
||||
|
||||
(FILTER <procedure>)
|
||||
Where filter is passed two variables, the character input and the
|
||||
|
|
Loading…
Reference in New Issue