lua-users home
lua-l archive

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


And what about things like this:
local function f(...) print(... .. ...) end
Should it be successfully parsed without spaces?  :-)