RosettaCodeData/Task/Arrays/TXR/arrays.txr
2023-07-01 13:44:08 -04: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)