6 lines
84 B
Text
6 lines
84 B
Text
|
|
$ txr -e '(pprint (mappend (op list) "abc" "ABC" "123"
|
||
|
|
(repeat "\n")))'
|
||
|
|
aA1
|
||
|
|
bB2
|
||
|
|
cC3
|