[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: wiki sections for micro-patches?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 17 Feb 2012 07:54:15 -0200
> I'm guessing there are some cases where leaving out a "then" can lead to parse errors?
This is correct code:
if a then (x)(2) end
This isn't:
if a (x)(2) end