4 lines
111 B
Text
4 lines
111 B
Text
>> parse s: "apples, pears ; and bananas" [to [any space ";"] remove thru end]
|
|
== true
|
|
>> s
|
|
== "apples, pears"
|