RosettaCodeData/Task/Enumerations/Mathematica/enumerations.math
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

11 lines
80 B
Text

MapIndexed[Set, {A, B, F, G}]
->{{1}, {2}, {3}, {4}}
A
->{1}
B
->{2}
G
->{4}