Help for this page

Select Code to Download


  1. or download this
    $result= (  $x.split('') ==> map { %rtoa{$_.uc} } ==> reduce { $^a+$^b
    +-$a%$b*2 }  );
    
  2. or download this
    reduce {$^a+$^b-$a%$b*2 } map { %rtoa{$_.uc} } $x.split('');