std-int-list | ![]() |
STD-INT-LIST
creates a list of n natural numbers starting with 0, length n.
(0 1 2 3 ... <n-1>)
(std-int-list 3) => (0 1 2)
n: a positive integer.
A list of n natural numbers, all integers.
None.
(std-require 'STDLIST)
Defined in STDLIST