Skip to main content

range

functionv1.7

cljs.core/range

Available in:BBCLJCLJS
(range [] [end] [start end] [start end step])
Returns a lazy seq of nums from start (inclusive) to end (exclusive), by step, where start defaults to 0, step to 1, and end to infinity.

No examples yet. Be the first to add one!