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

7 lines
158 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> for i in entries( T ) do print( i) end:
[1]
[3]
[2]