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

6 lines
140 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> T[ "foo" ] := evaln( T[ "foo" ] );
T["foo"] := T["foo"]
> T[ "foo" ];
T["foo"]