[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5 Grammar update
- From: Mike Pall <mikelu-0507@...>
- Date: Mon, 25 Jul 2005 16:41:55 +0200
Hi,
Philippe Lhoste wrote:
> But doesn't we have a slightly different syntax for literal strings and
> block comments? Or has this been dropped?
> Something like [**[ I can use data like Foo[ar[b]] here! ]**] if I
> recall correctly.
Oh, sorry. Forgot to mention that. It's [===[ ... ]===] in the
past few versions BTW. You can use any number of equal signs,
but the numbers in the start and end tags have to match. The
(legacy) [[ ... ]] quotes are now just a special case with zero
equal signs.
Bye,
Mike