Tokenize a string: Difference between revisions

Content added Content deleted
(Added Chipmunk Basic and MSX Basic)
m (→‎{{header|K}}: I really should clean up the previous example, but I don't know which version of K it used and cannot test any changes)
Line 2,134: Line 2,134:
"Hello.How.Are.You.Today"
"Hello.How.Are.You.Today"
</pre>
</pre>

Or (ngn/k):

<syntaxhighlight lang=K>","\"Hello,How,Are,You,Today"
("Hello"
"How"
"Are"
"You"
"Today")</syntaxhighlight>


=={{header|Klingphix}}==
=={{header|Klingphix}}==