Jump to content

Tokenize a string: Difference between revisions

added factor example
(→‎{{header|Raven}}: Added REBOL example.)
(added factor example)
Line 292:
io:fwrite("~s~n", [string:join(Lst,".")]),
ok.</lang>
 
=={{header|Factor}}==
<lang factor>"Hello,How,Are,You,Today" "," split "." join print</lang>
 
=={{header|Forth}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.