Description
The double dot range operation by convention is used to specify a range of values that are to be iterated over.
Semantics
The form
a..b
is equivalent to
Range(a,
The form
a..#cb
is equivalent to
c.sys:Range(a,