Help for this page
Select Code to Download
Select
or
download this
eval join ('*', @list);
Select
or
download this
$x = foldl { shift() + shift() } 0, [1..6]; # 21