createInterval

fun createInterval(    start: AvailObject,     end: AvailObject,     delta: AvailObject): A_Tuple

Create a new interval according to the parameters.

Return

The new interval.

Parameters

start

The first integer in the interval.

end

The last allowable integer in the interval.

delta

The difference between an integer and its subsequent neighbor in the interval. Delta is nonzero.