USING: help io ; HELP: { $values { "stream" "an input stream" } { "new-stream" "an input stream" } } { $description "Wraps an input stream in a stream supporting the extended stream output protocol in a trivial way." } { $notes "Stream constructors should call this word to wrap streams that do not natively support the extended stream output protocol." } { $see-also "stream-protocol" } ;