lua-users home
lua-l archive

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


>Is there a way to Lua DEMAND variable declaration, like C?
>
>Sometimes a simple type is enough to ruin an entire day..

See FAQ 3.1 - How do I declare variables?
http://www.tecgraf.puc-rio.br/lua/faq.html#3.1

--lhf