lua-users home
lua-l archive

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




On 01/09/16 11:12 AM, Pierre-Yves Gérardy wrote:
On Thu, Sep 1, 2016 at 1:44 PM, Soni L. <fakedme@gmail.com> wrote:
Every issue you have with this proposal can be
simulated with [[ and ]].

local title = [[title"
local attribute = "attribute]]
You may not know it but " and ' live on the same key on QWERTY
keyboards (" is shift + '), and next to each other on French AZERTY,
which makes it an easy typo.

I use QWERTY. I never had the problem you're talking about. So yes, it's an easy typo, but it's also orders of magnitude more likely to cause a compile or runtime error than actually work.

--
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.