Description
Set the number of places of decimal point that jkeyauto variables work to. The default
value is to do arithmetic to 4 decimal places, but this statement can change the
precision.
Syntax
PRECISION expression
expression should evaluate to between 0 and 10.
Example
PRECISION 2
PRINT '1/3 gives the answer 0.33 "' : 1/3:'"'
PRECISION 6
PRINT '7/6 gives the answer 1.666667 "' : 7/6 : '"'
Normal text.
JKEYAUTO