RosettaCodeData/Task/Multi-dimensional-array/Quackery/multi-dimensional-array-1.quackery
2023-10-02 18:11:16 -07:00

15 lines
308 B
Text

[ this ] is null ( --> [ )
[ 0 unrot
witheach
[ dip
[ behead rot ]
* + swap ]
drop ] is [a]-> ( [ [ --> n )
[ [] unrot
reverse
witheach
[ /mod rot
join swap ]
drop ] is ->[a] ( n [ --> [ )