1*9a7741deSElliott Hughesfunction f(a) { print "hello"; return a } 2*9a7741deSElliott Hughes{ print "<" f($1) ">" } 3