RosettaCodeData/Task/Associative-array-Creation/Mathematica/associative-array-creation.math

2 lines
37 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
a[2] = "string"; a["sometext"] = 23;