Lazy::List<Int> countFrom(Int x, Int step=1)
Arguments
x: The initial numberstep: The step to increase by
Usage
Create an infinite list of numbers, starting with x and increasing by step each time.
x: The initial numberstep: The step to increase byCreate an infinite list of numbers, starting with x and increasing by step each time.