3 lines
118 B
Text
3 lines
118 B
Text
|
|
(for Str '("apples, pears # and bananas" "apples, pears ; and bananas")
|
||
|
|
(prinl (car (split (chop Str) "#" ";"))) )
|