The ...
operators are identical to the range operator (..
) in list context and nearly identical to the flip-flop operator (..
) in scalar context, but calling them the range operator and the flip-flop operator seems wrong since those names are more commonly associated with ..
, which has slightly different behavior (in scalar context at least).
For now, I am calling them the alternate range/flip-flop operator.