Lazy list I/O
Lazy lists

Prev:Combinators for manipulating lazy lists


Input from a stream can be read through a lazy list, using the following words:
lcontents ( stream -- result )

llines ( stream -- result )