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

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

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