Up |
listRange
Create an integers list.
Prototype :
fun [I I I] [I r1]
- I : size (length). This can be changed (unlike arrays).
- I : first value.
- I : step
Return : [I r1] a new integer list or nil if an error occurs.
See also :
Example :
Up |
Create an integers list.
fun [I I I] [I r1]
Return : [I r1] a new integer list or nil if an error occurs.