Help for this page

Select Code to Download


  1. or download this
    # Runs
    SPAN: for 5 .. 3 -> $span {
    ...
            }
        }
    }
    
  2. or download this
    # Fifteens
    $score += 2 * all( 15 == [+]@hand{ any( 0 .. 4 ) } };
    
  3. or download this
    # Fifteens
    $score += 2 * all( 15 == [+]%hand{ any( 0 .. 4 ) } )>>.<num>;