HardenedBSD/contrib/awk/test/sclforin.awk
1997-10-14 18:17:11 +00:00

2 lines
41 B
Awk

BEGIN { j = 4; for (i in j) print j[i] }