lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Geoff Richards wrote:
These commands demonstrate the problem:

    lua -e 'print(0, -0)'    #  0  0
    lua -e 'print(-0, 0)'    # -0 -0

Can't reproduce that on Windows: -0 is never printed.

--
Shmuel