RosettaCodeData/Task/Hash-from-two-arrays/Maple/hash-from-two-arrays.maple
2023-07-01 13:44:08 -04:00

3 lines
77 B
Text

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