lua-users home
lua-l archive

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


Hi,

  function t.a() if 0 then end end

BTW: 'if 0 then' -- umm, wanna confuse newbies? :-)
[Hint: if you come from C, Python or PHP -- this code snippet
does not do what you might think it does.]

Even more confusing, in this specific case, it does. ;)

[]s,
Diego