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