RosettaCodeData/Task/Loop-over-multiple-arrays-simultaneously/TXR/loop-over-multiple-arrays-simultaneously-2.txr

6 lines
85 B
Text
Raw Permalink Normal View History

2015-11-18 06:14:39 +00:00
$ txr -e '(pprint (mappend (op list) "abc" "ABC" "123"
(repeat "\n"))))'
2014-04-02 16:56:35 +00:00
aA1
bB2
cC3