lib:range

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.

  • v8 15.03.2025

    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)

  • v7 15.03.2025
  • v5 07.03.2025
  • v4 06.03.2025
  • v3 25.01.2025
  • v2 15.05.2024
  • v1 19.04.2024
  • v0.2 10.04.2024
  • v0.1 03.04.2024