Tokenize a string: Difference between revisions

Content added Content deleted
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,135: Line 2,135:
</pre>
</pre>


{{works with|ngn/k}}<syntaxhighlight lang=K>","\"Hello,How,Are,You,Today"
Or (ngn/k):

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