Next: , Previous: , Up: Internal Routines   [Contents][Index]


15.5.686 word

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