RosettaCodeData/Task/Associative-array-Iteration/Maple/associative-array-iteration-3.maple

7 lines
175 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> for i in indices( T, pairs ) do print( i) end:
"a" = 1
"b" = 2
("c", "d") = 3