integer, integer, integer
Source: /avail/Avail/Foundation/Bootstrap/Fallible Primitives
Categories: Primitives, Tuples, Constructors
Construct and answer an integer interval tuple.
| Position | Name | Type | Description | |
|---|---|---|---|---|
| Parameters | ||||
| 1 | start | integer | The first value in the tuple. | |
| 2 | end | integer | The last allowed value in the tuple. This value will only be the last value in the tuple if the difference between the first and last values is a multiple of the step size. | |
| 3 | delta | integer | The step size of the interval. | |
| Returns | <(-∞..∞)…|> | The requested tuple. | Raises | |
| incorrect-argument-type exception | ||||