lua-users home
lua-l archive

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


> This appears a few times in Lua sources. 
> But its per definition 1.

And every C compiler in the world will optimise it as such at compile
time.  Just like expressions like strlen("a literal string") are
optimised during compile time.

Robby