<throws-on-eof-stream> ( stream -- throws-on-eof-stream )


Vocabulary
io.streams.throwing

Definition
USING: kernel ;

IN: io.streams.throwing

: <throws-on-eof-stream> ( stream -- throws-on-eof-stream )
\ throws-on-eof-stream boa ; inline