adds range function to allow for i of range(0, 10, step:optional)
These are versions of this script where the code was updated. Show all versions.
now works with counting down.now can invert step to prevent infinite loop eg: range(1,2,-1) is treated as range(1,2,1)