Help for this page

Select Code to Download


  1. or download this
    eval join ('*', @list);
    
  2. or download this
    $x = foldl { shift() + shift() } 0, [1..6]; # 21