Closed solomon-b closed 2 years ago
When declaraing the iteratee for range statement, we required that it was a Path which evaluated to to an array. We now allow arbitrary expressions. They still must evaluate to an array, but they don't have to be a Path now.
range
Path
resolves #66
When declaraing the iteratee for
range
statement, we required that it was aPath
which evaluated to to an array. We now allow arbitrary expressions. They still must evaluate to an array, but they don't have to be aPath
now.resolves #66