Help for this page

Select Code to Download


  1. or download this
    { #outer scope
      $lamb = lambda ( $x, $y, $z ) => sub { $x + $y }
    }