RosettaCodeData/Task/Associative-array-Creation/Maple/associative-array-creation-2.maple

6 lines
114 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> T[ "bar" ] := 2;
T["bar"] := 2
> T[ "bar" ];
2