( sum )( b := 2 ); function sum( a, b ) return a + b; endfunction