5 lines
96 B
Awk
5 lines
96 B
Awk
# This will not work
|
|
BEGIN {
|
|
for (l in "apples","bananas","cherries") {
|
|
print "I like " l
|
|
}
|