Method code for $dictionary.replace()

[Turn on line numbering]
arg dict, key, value;

// GOING AWAY!
anticipate_assignment();
return dict_add(dict, key, value);

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon