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


15.5.324 int

int(x)

int, x [, …]

Converts the arguments 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: word

See also: Number Conversion