11.3.205 skip_char/[1,2]

Synopsis

skip_char(+Char)

skip_char(+Stream, +Char)

Read up to and including the first occurrence of Char on the current input stream or on the input stream Stream.

Arguments

Stream
stream_object, must be ground

A valid input text stream.

Char
char

Exceptions

Stream errors (see ref-iou-sfh-est), plus:

existence_error
Attempt to read past end of file, or some operating system dependent error occurred in reading.

See Also

ref-iou-cin.


Send feedback on this subject.