[][src]Module basic::__Chapter_3::FIX

FIX(X) Returns the truncated integer value of X.

See INT for a flooring function.

PRINT FIX( 9.9) FIX(-9.9)
 9  9