trivial doc for error-stream

db4
Doug Coleman 2008-11-29 00:35:50 -06:00
parent 8c7a3c8a81
commit 9d03a591cf
1 changed files with 3 additions and 0 deletions

View File

@ -114,6 +114,9 @@ HELP: input-stream
HELP: output-stream
{ $var-description "Holds an output stream for various implicit stream operations. Rebound using " { $link with-output-stream } " and " { $link with-output-stream* } "." } ;
HELP: error-stream
{ $var-description "Holds an error stream." } ;
HELP: readln
{ $values { "str/f" "a string or " { $link f } } }
{ $description "Reads a line of input from " { $link input-stream } ". Outputs " { $link f } " on stream exhaustion." }