list iterators now support start, stop e step
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ func evalBuiltin(ctx ExprContext, self *term) (v any, err error) {
|
||||
}
|
||||
}
|
||||
if err == nil {
|
||||
v = count
|
||||
v = int64(count)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user