[Turn on line numbering] arg this, old, new; var value; value = (> this[old] <); this = dict_del(this, old); this = dict_add(this, new, value); return (<this(), this>); // Created 27-Mar-1995 as a part of ColdCore, see: @help Credit
arg this, old, new; var value; value = (> this[old] <); this = dict_del(this, old); this = dict_add(this, new, value); return (<this(), this>);