Returns a list containing all the integers in the interval [start;end[, in increasing order.
[start;end[
the start of the interval
the end of the interval
a list of integers
listIota(1, 4) // -> "(|1, 2, 3|)" Copy
listIota(1, 4) // -> "(|1, 2, 3|)"
Returns a list containing all the integers in the interval
[start;end[
, in increasing order.