Tokenize a string: Difference between revisions

Content added Content deleted
Line 639: Line 639:
string split &by:"," run &each:s
string split &by:"," run &each:s
[
[
console write:(s + ".").
console writeLiteral:(s + ".").
].
].
].</lang>
].</lang>