2 lines
64 B
Text
2 lines
64 B
Text
|
|
for (str of "alpha beta gamma delta".split(' ')) { puts(str); }
|