lua-users home
lua-l archive

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


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

if !(x>y) then // same as x>=y
Because "!" is C not Lua, "~" is :)

/Erik