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

7 lines
158 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
> for i in entries( T ) do print( i) end:
[1]
[3]
[2]