stream-peek-char

Generic Function

Package: excl

Arguments: stream

Used to implement peek-char; this corresponds to the case where the peek-type argument to peek-char is nil. It returns either a character or :eof. The default method calls stream-read-char and stream-unread-char.

See also streams.htm for general information on streams in Allegro CL.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.