lua-users home
lua-l archive

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


> I remember seeing on lua.org a while ago, an add-on for 
> multiline comments.
> I can't seem to find it now.  Can anyone give me any pointers 
> as to where it
> might be?  Did it work for v4.0?

First stop for any questions like this is: http://lua-users.org/wiki/

Patch for block comments for v4.0 is by ET:
http://lua-users.org/wiki/LuaPowerPatches

Although you just do:

_=[[
This is a multiline
block
comment
]]
_=nil  --optionally getrid of it

Regards,
Nick