Documentation Prolog Predicate Reference builtin current_output/1

current_output/1

Get the current output stream.

Description

current_output( -stream )

current_output(Stream) unifies Stream with the current output stream.

Implementation