lua-users home
lua-l archive

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


On Fri, Oct 9, 2015 at 1:25 AM, Soni L. <fakedme@gmail.com> wrote:
>
>
> On 08/10/15 07:16 PM, Paul K wrote:
>>
>>   > Soni said "adding spaces around the long strings just doesn't look as
>> good".
>>
>> Right ;). t[([[]])] should work for those disliking spaces. He didn't
>> say anything about disliking parentheses.
>>
>> Paul.
>>
> [([[ still doesn't look as good as [[[ because '(' is round while '[' is
> square. ("you got a round thingy in the middle of the square thingies.")
>
>
> --
> Disclaimer: these emails may be made public at any given time, with or
> without reason. If you don't agree with this, DO NOT REPLY.
>
>

t[[[z]]] looks ambiguous. Everybody would have to remember what it
means: t("z") or t["z"].

-- 


Best regards,
Boris Nagaev