RosettaCodeData/Task/Create-a-two-dimensional-ar.../TAV/create-a-two-dimensional-ar...

4 lines
154 B
Plaintext

tpl =: 'one' -> 1, 2 -> 'two'
map =: tuple tpl as map \ 'map' is not a keyword
print join map map as pairs \ converts to row, then joins values