awk/testdir/t.fun

4 lines
86 B
Standard ML

function g() { return "{" f() "}" }
function f() { return $1 }
{ print "<" g() ">" }