Help for this page
my $x = lambda { context 1; sleep { return 42 } };
my $y = lambda { context $x; tail { return @_ } };