Next: writeu, Previous: wmap, Up: Internal Routines [Contents][Index]
word(x)
word, x
Converts x
to data type word
by truncating at the
decimal point (if any) and then discarding all but the two least
significant bytes. The function returns a converted copy and leaves
x
itself alone. The subroutine modifies x
itself.
Alias: int
See also: Number Conversion