4 lines
84 B
Text
4 lines
84 B
Text
"Lisaac loop foreach".split.foreach { word : STRING;
|
|
word.print;
|
|
'\n'.print;
|
|
};
|