function f8_function_to_call_the_coming_outer_function_and_pass_the_result_to_the_given_function ( the_given_function ) { return function ( the_coming_outer_function ) { return function ( ) { the_given_function ( the_coming_outer_function ( ) ) } } }