repeats.icn: Program to repeat stream

January 21, 1999; Ralph E. Griswold
This file is in the public domain.
This program repeat the input stream.  The following options are
supported:

     -l i    limit on length of input stream; default 1000.
     -r i    number of time input stream is repeated; default no limit.

Note that the input stream must be limited, since it is stored internally.

Source code | Program Library Page | Icon Home Page