lua-users home
lua-l archive

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


On Tue, Jun 14, 2011 at 03:17:03PM +0200, David Kastrup wrote:
> 
> The same would apply to "break".  The point of either is to be able to
> shortcut code without deleting it from the source code for now.
> 

Aren't us Lua-tics supposed to do that sort of thing in the following way?

--[[  
print "This code is not executed."
print "To enable it, put another hyphen at the start of the line above."
--]]

Dirk