Rem Nearest integral not greater in magnitude than x End Rem SuperStrict Framework brl.standardio Import brl.math Print "Trunc(+2.7) = " + Trunc(2.7) Print "Trunc(-2.7) = " + Trunc(-2.7) Print "Trunc(-0.0) = " + Trunc(-0.0)