Method code for $dictionary.replace()

[Turn off line numbering]
  1: arg dict, key, value;
  2: 
  3: // GOING AWAY!
  4: anticipate_assignment();
  5: return dict_add(dict, key, value);

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

Tlon