RANGE
Parameters
Order | Name | Type | Desc |
---|---|---|---|
1 | start | const | The minimum number to generate (inclusive) |
2 | end | const | The maximum number to generate (non-inclusive) |
Returns
Places a list of consts on the stack.
Description
This function returns a list containing each whole number between start and end. This range includes the start value but does not include the end value.