lua-users home
lua-l archive

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


In case of Lua:
~= 0

;)

On 1/7/16, Coda Highland <chighland@gmail.com> wrote:
> Basically, you should always use a conditional operator (!= 0 perhaps)
> when using the result of bitwise ops in a conditional.