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

2 lines
37 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a[2] = "string"; a["sometext"] = 23;