Chapter 43. INT
Table of Contents
IMplements the SBL-compatible INT() function.
INT()
Description
Returns the integer value of the number passed. It truncates, it does not round the value. Supplied for compatibility with Superbase BASIC Language.
Prototype
INT (
number )
n
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| n | None | number |


