Tokenize a string: Difference between revisions

Content added Content deleted
(Added Quackery.)
Line 2,594: Line 2,594:
nested join ] is tokenise ( $ --> [ )
nested join ] is tokenise ( $ --> [ )
[ witheach [ echo$ say "." ] ] is display ( [ --> )
[ witheach [ echo$ say "." ] ] is display ( [ --> )
$ "Hello,How,Are,You,Today" tokenise display</lang>
$ "Hello,How,Are,You,Today" tokenise display</lang>