On Fri, Sep 18, 2009 at 1:48 PM, Kenneth Forsbäck <kenneth.forsback@pp.inet.fi> wrote: > if !(x>y) then // same as x>=y The operator you're looking for is the word 'not'. (Lua also says not-equal with ~=, no exclamation marks!)