How to define an AWK function w/ a variable number of arguments? I can emulate this w/ command line arguments:
awk \'BEGIN {for (i in ARGV) printf ARGV[i]&quo