Stating my opininon

A for loop is lowered to a while loop and as I said, any C for loop can be written as a julia for loop with a suitable iterator.

I think a concrete example would solidify your point.

1 Like