next up previous contents index
Next: eof Up: Byte Previous: Byte   Contents   Index


coerce


Usage

b::MachineInteger
b::Character
c::%


Signatures

coerce: % $\to$ MachineInteger
coerce: % $\to$ Character
coerce: Character $\to$ %


Parameter Type Description
b % a byte
c Character a character


Returns

b::MachineInteger and b::Character return b converted to an integer and a character respectively, while c::% returns c converted to a byte.



Manuel Bronstein 2004-06-28