Next: int64, Previous: insert, Up: Internal Routines [Contents][Index]
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