lua-users home
lua-l archive

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


> Shouldn't it be
> 
> --[[ this
> is a valid block comment
> --]]

No, the -- in the closing line is just an idiom for convenience, as
http://www.lua.org/pil/1.3.html says.