4 lines
67 B
Mathematica
4 lines
67 B
Mathematica
|
|
hash.('a') = 1;
|
||
|
|
hash.('b') = 2;
|
||
|
|
hash.('C') = [3,4,5];
|