LLJS
LLJS copied to clipboard
Double literals are treated as integers
1 / 3 compiles as 1 / 3 | 0 as expected, but I would expect 1.0 / 3.0 to be 1 / 3 not 0.