next up previous contents index
Next: readUntil!,readWhile!,skipUntil!,skipWhile! Up: TextReader Previous: push!   Contents   Index


read!


Usage

read! s


Signature

read!: % $\to$ Character


Parameter Type Description
s % a stream


Returns

Reads a character from $s$ and returns it. Returns eof if the end of file is reached.



Manuel Bronstein 2004-06-28