Daily Archives: October 23, 2009

Why Lua’s 0 (zero) as a true value makes sense

When I started to learn about Lua, I found it a little odd that the numeric 0 (zero) value is treated as a true boolean value by the interpreter, which was different from all other programming languages I had worked … Continue reading

Posted in English, Lua, Programming | Leave a comment