ref: a3b68e649d2da36d19d78106134d1114f06b56e1 dir: /testdir/t.fun4/
function f(a, n) { for (i=1; i <= n; i++) print " " a[i] } { print n = split($0, x) f(x, n) }