Help for this page
for $x (1 .. 7) { for $y ($x+1 .. 7) { push @pairs, [$x,$y]; } }
for $x (? .. ?) { for $y (? .. ?) { push @pairs, [$y, $y-$x]; } }