Loop over multiple arrays simultaneously: Difference between revisions

Content added Content deleted
Line 3,734: Line 3,734:


<lang bash>$ txr -e '(pprint (mappend (op list) "abc" "ABC" "123"
<lang bash>$ txr -e '(pprint (mappend (op list) "abc" "ABC" "123"
(repeat "\n"))))'
(repeat "\n")))'
aA1
aA1
bB2
bB2