next up previous contents index
Next: stderr,stdout Up: TextWriter Previous: TextWriter   Contents   Index


flush!


Usage

flush! s


Signature

flush!: % $\to$ %


Parameter Type Description
s % a stream


Description

flush!(s) causes all previous values inserted into s to be really written and returns the stream. Has no effect on unbuffered streams, such as stderr.



Manuel Bronstein 2004-06-28