<range> ( a b step -- range )
Factor handbook » The language » Collections » Sequence operations » Numeric ranges

Prev:[0..b) ( b -- range )


Vocabulary
ranges

Inputs
aan object
ban object
stepan object


Outputs
rangean object


Definition