noun
range operator (..)
Computing term for the operator that specifies a range, often written as two dots (..).
Perlでは、範囲演算子「..」を使ってリストを生成できる。
In Perl, you can generate a list using the range operator '..'.
Compound of 範囲 (range) and 演算子 (operator).