RANGE

Parameters

OrderNameTypeDesc
1startconstThe minimum number to generate (inclusive)
2endconstThe 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.

See Also