RosettaCodeData/Task/Create-a-two-dimensional-array-at-runtime/TAV/create-a-two-dimensional-array-at-runtime.tav

4 lines
154 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
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