Definition: double dot operator
A programming language expression. The double dot operator creates multiple values. For example, in Perl, ('A' .. 'Z') declares a range of values from A to Z. In other languages, each value has to be declared individually such as 'A','B','C'.