3 lines
76 B
Text
3 lines
76 B
Text
to split :str :sep
|
|
output parse map [ifelse ? = :sep ["| |] [?]] :str
|
|
end
|
to split :str :sep
|
|
output parse map [ifelse ? = :sep ["| |] [?]] :str
|
|
end
|