function a7_function_to_pass_the_given_value_to_the_coming_inner_function_and_return_the_result ( the_given_value ) { return function ( the_coming_inner_function ) { return the_coming_inner_function ( the_given_value ) } }