RosettaCodeData/Task/Arrays/TXR/arrays.txr
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

7 lines
111 B
Text

@(collect)
@line
@(bind f @(split-str line ","))
@(output)
@{f[-1]}@\t@{f[1..-1] "\t"}@\t@{f[0]}
@(end)
@(end)