Documentation Prolog Predicate Reference builtin set_stream_position/2

set_stream_position/2

Set the stream position.

Description

set_stream_position( +stream, +stream_position )

set_stream_position(Stream, Position) set the stream Stream position to be Position, being Position a term retrieved with stream_property/2 using the position(Position) property.

Implementation