range min max
Returns array of integer numbers from the range <min; max>.
Example:
print range 2 6
Output:
{2 3 4 5 6}
See also:
Table of Content