INUM
Format: var = INUM (expr)
Supported by: COMX BASIC V1.00, Floating Point BASIC 2.2, Pecom 32 BASIC, Pecom 64 BASIC 1.0 and 4.0, Quest Super BASIC 1.4, 3.0, 5.0 and 6.0, RCA BASIC3 V1.1, Telmac SBASIC v 24.3
Similar commands: -
This function converts the floating-point expression to the integer mode, rounding to the nearest whole number. It provides a means for forcing a particular function to the integer mode. For example
PR SQR (62.41)
would result in
7.9
and
PR INUM (SQR (62.41))
would result in
8