1*9a7741deSElliott Hughesfunction g() { return "{" f() "}" } 2*9a7741deSElliott Hughesfunction f() { return $1 } 3*9a7741deSElliott Hughes { print "<" g() ">" } 4