The trunc function truncates the parameter passed to it (i.e. returns the integer number part of the the parameter). The type of the value returned by this function is always integer.
The trunc function's only parameter is an expression of real type.
trunc(7.234) returns 7
Operating Systems: All
Standard Pascal: Yes