[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Ternary operator patch
- From: Miles Bader <miles@...>
- Date: Wed, 15 Sep 2010 20:40:38 +0900
Tony Finch <dot@dotat.at> writes:
> A function call statement now maximally munches all trailing argument-like
> clauses - bracketed expressions, table constructors, and strings - and is
> terminated by a keyword, a variable name, or a semicolon. Newlines are now
> treated the same as other white space.
Nice. I was always vaguely nervous about that case... (sometimes I find
myself wanting to put the parens down below...)
Are there any gotchas with the new method that are likely to arise in
practice?
-miles
--
Love is a snowmobile racing across the tundra. Suddenly it flips over,
pinning you underneath. At night the ice weasels come. --Nietzsche
- References:
- Re: Ternary operator patch, Henk Boom
- Re: Ternary operator patch, steve donovan
- Re: Ternary operator patch, Geoff Leyland
- Re: Ternary operator patch, steve donovan
- Re: Ternary operator patch, Miles Bader
- Re: Ternary operator patch, David Kastrup
- Re: Ternary operator patch, Miles Bader
- Re: Ternary operator patch, David Kastrup
- Re: Ternary operator patch, Jonathan Castello
- Re: Ternary operator patch, Roberto Ierusalimschy
- Re: Ternary operator patch, Enrico Tassi
- Re: Ternary operator patch, Doug Rogers
- Re: Ternary operator patch, Fabien
- Re: Ternary operator patch, David Kastrup
- Re: Ternary operator patch, Fabien
- Re: Ternary operator patch, mauro iazzi
- Re: Ternary operator patch, Tony Finch