3 lines
89 B
Text
3 lines
89 B
Text
for T in {String.tokens "Hello,How,Are,You,Today" &,} do
|
|
{System.printInfo T#"."}
|
|
end
|