1 2 3 4 5 6 7
BEGIN { x[65] for (i in x) { # i should be a string printf "%c\n", i # should print 1st char of string } }