lua-users home
lua-l archive

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


Sven Olsen <sven2718@gmail.com> writes:
> The case that triggered a false positive was:
>
>     object.member_function
>         (some, collection, of, parameters)
>
> I haven't often seen the second pattern used in the wild -- though
> for programmers who prefer it, I'm sure 5.1's ambiguous syntax error
> would have been an annoyance.

I've seen such syntax fairly often in C code (obviously not in Lua
code!)...

-miles

-- 
Bore, n. A person who talks when you wish him to listen.