[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (beta-rc1) now available
- From: Dirk Laurie <dpl@...>
- Date: Tue, 14 Jun 2011 15:58:17 +0200
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