6 lines
120 B
Text
6 lines
120 B
Text
|
|
@(next :list "Hello,How,Are,You,Today")
|
||
|
|
@(coll)@{token /[^,]+/}@(end)
|
||
|
|
@(output)
|
||
|
|
@(rep)@token.@(last)@token@(end)
|
||
|
|
@(end)
|