(rni x (? y) (? z 1))
  x: a num
  y: a num or #n (optional)
  z: a num (optional)
  returns an iter
F

Iterates over an inclusive numeric range.

This is equivalent to rn, except that the y argument is inclusive rather than exclusive.

rn
once