[][src]Module basic::__Chapter_3::INT

INT(X) Returns the largest integer <= X.

See FIX for a truncating function.

PRINT INT(9.9) INT(-9.9)
 9 -10