sets the current errorstream.
set_error sets the current errorstream to Stream.
Stream output stream
The following example sets the current errorstream to the same stream as the current output stream.
?- current_output(S), set_error(S).
This predicate is not part of the ISO-Prolog Standard.
| scroll to top |
|