lua-users home
lua-l archive

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


Whoops! Naturally I meant it's the same as x<=y...

Kenneth Forsbäck wrote:
Howcome this doesn't work in lua?

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

--> unexpected symbol near '!'