Usage
flush! s
Signature
flush!: % %
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.