- added description for 'eof' clause of interact

This commit is contained in:
frese 2004-07-20 15:37:43 +00:00
parent 62bb1116e4
commit b7f45aec49
1 changed files with 1 additions and 1 deletions

View File

@ -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