[erlang-questions] how to add a tuple to a list.
Imants Cekusins
imantc@REDACTED
Thu Jan 29 20:14:55 CET 2015
write/3 definition is good.
call it for the first time like this:
Db1 = db:write(francesco, london, []).
[{francesco,london}].
then
Db2 = db:write(name2, city2, Db1).
More information about the erlang-questions
mailing list