Kaba function math.range ed

...

Syntax ed

func static pure math.range(start: i32, end: i32, step: i32) -> i32[]
func static pure math.range(start: f32, end: f32, step: f32) -> f32[]

Parameters ed

start: i32
...

end: i32
...

step: i32
...

Return ed

...