Skip to content

INT

Category: Function
Syntax: INT(num)

Description

Converts the floating-point argument to a signed integer by truncating any fractional part.

See also

Example

10 LET A = INT(12.78)
20 PRINT(A)