Help for this page

Select Code to Download


  1. or download this
        sub _equation_air {
            my ( $args_ref, $level_iii_ref, $y ) = @_;
    ...
    #    local *_equation_air = sub {
    #        my $y = shift;
    ...
    
  2. or download this
    package Levels::Level_IV;
    
    ...
    #    local *innen = sub { return $x * 19 };
    #    return $x + innen();
    #}