RosettaCodeData/Task/Create-a-two-dimensional-array-at-runtime/TAV/create-a-two-dimensional-array-at-runtime.tav
2025-08-11 18:05:26 -07:00

3 lines
154 B
Text

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