4 lines
154 B
Text
4 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
|