Help for this page

Select Code to Download


  1. or download this
    my $x = lambda {
        context 1;
        sleep { return 42 }
    };
    
  2. or download this
    my $y = lambda {
       context $x;
       tail { return @_ }
    };