In effect, is a silly bug: for some reason, the compiler is convertig SIN 1 to Fixed before printing it.
You can (for the moment) workaround it with:
You can (for the moment) workaround it with:
Code:
PRINT CAST(Float, SIN 1)