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 2025-03-15

    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 2025-03-15
  • v5 2025-03-07
  • v4 2025-03-06
  • v3 2025-01-25
  • v2 2024-05-15
  • v1 2024-04-19
  • v0.2 2024-04-10
  • v0.1 2024-04-03