function f( a, b, c ) g( a, b, c ) h( a, b, c ) end function g( a, b, c ) print( a*b*c ) end function h( a, b, c ) print( a+b+c ) end