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

6 lines
84 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ txr -e '(pprint (mappend (op list) "abc" "ABC" "123"
(repeat "\n")))'
aA1
bB2
cC3