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