Hello there, I'm currently encountering a strange error which is I don't know why or could this one be possible. I have several for loops inside a function and I used the iterator outside the said loop, but I do get this error which is kinda strange.
error: name lookup of 'i' changed for new ISO 'for' scoping
error: using obsolete binding at 'i'
Strange.