How to capture a for loop index after break?

That’s amazing. I have no memory of outer and I would swear I’ve read that section.

1 Like

Is inner another keyword? I can’t find it in the documentation.

outer and inner there are just variable names; i.e., it’s equivalent to

for foo * bar ∈ 1:3
    println(1 * 2)
end
1 Like