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