For loop not working... FIXED. thank you AWOL

i = steps

That's an assignment, not a comparison.
Rest assured, for loops do work.

(It's a kind of comparison; the assignment is done and the outcome is tested zero/non-zero)