qse/regress/awk/lang-040.awk

6 lines
90 B
Awk

BEGIN {
/* the following for statement is valid if y is nil */
for (x in y) print x;
}