Arc Cross Reference |
range[procedure] range start endReturns a list of numbers from start to end, incremented by 1. Sort of scheme:iota. (range x y) == (iota (- y x -1) x) if x,y are integers. | AboutAlphabetical Indexa b c d e f g h i j k l m n o p q r s t u v w x y z other ReleasesRelated |