6 lines
90 B
Awk
6 lines
90 B
Awk
BEGIN {
|
|
/* the following for statement is valid if y is nil */
|
|
for (x in y) print x;
|
|
}
|
|
|