adds range function to allow for i of range(0, 10, step:optional)
Aquí están todas las versiones de este script. Mostrar únicamente las versiones en las que hubo cambios de código.
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)