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