
[;1m  erase()[0m

  Returns the process dictionary and deletes it.

  For example:

    > put(key1, {1, 2, 3}),
    put(key2, [a, b, c]),
    erase().
    [{key1,{1,2,3}},{key2,[a,b,c]}]
