Jump to content

Tokenize a string: Difference between revisions

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
(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:
"Hello.How.Are.You.Today"
</pre>
 
Or (ngn/k):
 
<syntaxhighlight lang=K>","\"Hello,How,Are,You,Today"
("Hello"
"How"
"Are"
"You"
"Today")</syntaxhighlight>
 
=={{header|Klingphix}}==
6,962

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.