Documentation Prolog Predicate Reference builtin flush_output/1

flush_output/1

Flush output on specified stream.

Description

flush_output( +stream )

flush_output(Stream) flushes pending output on output stream Stream. Stream must have been opened in write mode in order to use it in this predicate.

Implementation