lua-users home
lua-l archive

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


> I'll try to look at the TEST instruction, as suggested by Nick.

A particularity of this instruction is that it assumes that "boolean
expressions" in C (tests, && and ||) always result in 1 for true (instead
of any non-zero value). Of course ANSI C ensures that, but maybe
the compiler is doing something wrong there?

-- Roberto