next up previous contents index
Next: Byte Up: BinaryWriter Previous: flush!   Contents   Index


write!


Usage

write!(c, s)


Signature

write!: (Byte, %) $\to$ ()


Parameter Type Description
c Byte byte to write
s % a stream


Returns

Writes the byte $c$ to the stream $s$ and returns $c$.



Manuel Bronstein 2004-06-28