Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>>> FOR var IN [array variable | array expression]
>>> LOOP
>>
>> I don't have any opinion about whether the functionality proposed
>> here is worth the trouble, but I do have an opinion about that
>> syntax: it's an awful choice.
>
> I agree, on both points.
How about distinguishing it this way:?
FOR var IN ARRAY array_expression LOOP
-Kevin