Usage
push!(c, s)
Signature
push!: (Character,%) ()
| Parameter | Type | Description |
|---|---|---|
| c | Character | a character |
| s | % | a stream |
Returns
Pushes the characterback onto
. One character of pushback is guaranteed, this function might however fail if it is called too many times on the same stream without intervening read or positionning calls.