Home    Reference > I Infix Operators > ..
prev next

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,b)

The form
   a..#cb
is equivalent to
   c.sys:Range(a,b)