==== <code>CINT (n)</code> ====
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /mnt/cpcwiki-httpdocs/includes/diff/DairikiDiff.php on line 434
: FUNCTION: Returns rounded up integer the value of the <numeric expression> (n between ), Converting it to a rounded INTeger in the range -32768 and to 32767. : Associated keywords: CREAL, FIX, INT, ROUND, UNT
: Example:
<pre>
10 n=1.999920 PRINT CINT(3.8n) - print 4run 2
</pre>