adds range function to allow for i of range(0, 10, step:optional)
These are all versions of this script. Show only the versions where the code changed.
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)