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

6 lines
140 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
> T[ "foo" ] := evaln( T[ "foo" ] );
T["foo"] := T["foo"]
> T[ "foo" ];
T["foo"]