Tokenize a string: Difference between revisions

Line 2,616:
+-----+---+---+---+-----+
u:=front content (cart t `.)
 
Hello.How.Are.You.Today</syntaxhighlight>
 
Or as a one-liner:
 
<syntaxhighlight lang="nial">
front content (cart (s eachall = `, cut s) `.)
</syntaxhighlight>
 
=={{header|Nim}}==
2

edits