lua-users home
lua-l archive

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


On Jan 30, 2008 5:26 PM, Eric Tetz <erictetz@gmail.com> wrote:
> On Jan 30, 2008 5:20 PM, Luiz Henrique de Figueiredo
> <lhf@tecgraf.puc-rio.br> wrote:
> > This will break expressions like f "A" "B", which is interpreted as
> > f("A")("B").
>
> "A" and "B" are treated as "AB" by the lexer, so the interpreter sees f"AB".


Hmmm... I see now that it's not *supposed* to see f"AB".  :(

Well, scratch that idea then. :)