Help for this page

Select Code to Download


  1. or download this
        push @moving, $val;
        next if $#moving < ($MOVES / 2);
        shift @moving if @moving >= $MOVES;
    
  2. or download this
    my @rounds = $EXTRA ? ( 44, 90, 100, 110, 120 ) : ( 44, 90, 120 );