ref: e533e05deffd621ff5dcf683446ef759ec2949fd dir: /testdir/t.fun3/
function f(n) { while ((n /= 10) > 1) print n } function g(n) { print "g", n } { f($1); g($1) }