RosettaCodeData/Task/Enumerations/Mathematica/enumerations.math
2023-07-01 13:44:08 -04:00

11 lines
80 B
Text

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