Description
Return all numbers from a base number until an end number
Example
Return the numbers in the range 1 to 5.
1/until(5)
Syntax
until(number)
Parameters
Type | Description |
---|---|
Number | The endpoint for the range |
Return all numbers from a base number until an end number
Return the numbers in the range 1 to 5.
1/until(5)
until(number)
Type | Description |
---|---|
Number | The endpoint for the range |
Post your comment on this topic.