PLOGHELP SKIP                                 Chris Mellish, August 1982
                                Revised by Kathryn Seifert  October 1986

Reads characters from input until a given character appears.

    ?- skip(X).

Keywords: input, character, i/o

This predicate reads characters from the current input stream until the
character X appears.

-- RELATED DOCUMENTATION ----------------------------------------------

PLOGHELP * I_O
 Overview of input/output operations in Prolog

PLOGHELP * GET
 Reads characters from current input; returns first printing character.

PLOGHELP * GET0
 Predicate which reads the next character from the current input.

PLOGHELP * TTYGET
 Reads characters from the terminal; returns first printing character.

PLOGHELP * TTYGET0
 Predicate which reads next character from the terminal.

PLOGHELP * TTYSKIP
 Reads characters from terminal until a given character appears.
