lua-users home
lua-l archive

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


Howcome this doesn't work in lua?

if !(x>y) then // same as x>=y
    ...
end

--> unexpected symbol near '!'