For .... if ... syntax?

This would be a breaking change, since

for iter if cond
        # stuff
    end
end

is already valid syntax.

12 Likes