number
Reports the largest integer less than or equal to number.
Examples: int 5 returns 5. int 5.9 returns 5.
int 5
int 5.9
Related commands: round