awk/testdir/t.fun0

3 lines
66 B
Plaintext

function f(a) { print "hello"; return a }
{ print "<" f($1) ">" }