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