PhilipRoman/optic-lua-dev

"local x;" statement is rejected by the parser

PhilipRoman opened this issue · 0 comments

Local declaration without initialization throws an error during parsing. Standard Lua and LuaJit accept such statements.