From the guide:
Quote: "Note that whilst the range for Real numbers is very large its accuracy is limited to 7 significant figures. So you could represent 143670000.0 or 0.000053712, each has 5 significant figures, but not both in the same value 143670000.000053712 as the combined value has 18 significant figures. If you tried to store such a value it would be rounded to 143670000.0"
So anything above 7 significant numbers will be rounded up/down/sideways/quantum entangled/teleported/summoned from another dimension/etc
A# = 378125999
B# = 3781259
C# = 9999999
D# = 99999999
E# = 1.000001
F# = 1.0000001
do
Print(A#)
Print(B#)
Print("")
Print(C#)
Print(D#)
Print("")
Print(E#)
Print(F#)
Sync()
loop
-----------------------------------------------------------------------------
We all got a chicken duck woman thing waiting for us