1 line
78 B
Erlang
1 line
78 B
Erlang
Dictionary = dict:from_list( lists:zip([key1, key2, key3], [value1, 2, 3]) ).
|
Dictionary = dict:from_list( lists:zip([key1, key2, key3], [value1, 2, 3]) ).
|