Iota
Iota is a special literal (nullary) expression that allows you to generate a list of ascending numbers, starting from zero, up to a static integer. Note that iota is not an operator but a static positive integer, postfixed with !
.
Iota can be used to apply a limited form of recursion over a bounded set of integers.
L1:
U1:
U2: