Method code for $message_frob.add_entry()

[Turn off line numbering]
  1: arg this, key, what;
  2: var data;
  3: 
  4: this = this.add(key, what);
  5: return (<this(), this>);

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

Tlon