1 line
58 B
Text
1 line
58 B
Text
for (f in ["apples", "oranges", "pears"]) System.print(f)
|
for (f in ["apples", "oranges", "pears"]) System.print(f)
|