exported function foo( a, b ) print( a + b ); return a + b; endfunction foo( 3, 2 ); foo( "a", "cd" );