3 lines
103 B
Text
3 lines
103 B
Text
|
|
(for (I . S) (tokenize "one\^|uno||three\^\^\^\^|four\^\^\^|\^cuatro|" "|" "\^")
|
||
|
|
(prinl I ": " S) )
|