RosettaCodeData/Task/Hash-from-two-arrays/Maple/hash-from-two-arrays.maple
2015-02-20 00:35:01 -05:00

3 lines
77 B
Text

A := [1, 2, 3];
B := ["one", "two", three"];
T := table( zip( `=`, A, B ) );