for(var i in (0..steps)){ let j = i*stepSize; // P...
# announcements
j
for(var i in (0..steps)){ let j = i*stepSize; // Proceed as normal. }
👍 1