lua-users home
lua-l archive

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


Thomas Lauer wrote:
> Mike Pall <mikelu-1107@mike.de> wrote:
> > [But note that neither of two conditionals in your code can ever
> > be true. Only nil and false are treated as not-true conditions.
> 
> I am not sure that I follow. Here, ffi.C.DebugBreak evaluates as true.

s/be true/be false/

--Mike