TCC > Variables & Functions > Functions:
Comments (...)
@INT[n]: Returns the integer part of the number n. @INT will perform an implicit @EVAL on its argument, so you can use an arithmetic expression for n.
Examples:
echo %@int[1234]
echo %@int[1.234]
echo %@int[12.34]
Help URL: http://jpsoft.com/help/index.htm?f_int.htm