progress.meter: Monitor the progress of a repetitive calculation.
Description
progress.meter writes a symbol to the output at each
invocation. The symbol is usually a ".", a "+" if i %% == 0,
and (ii %/% 10) %% 10 if ii %% 10 == 0. If ii %% 50 == 0, a
line break will be written and i printed.