Method code for $ctext_frob.set_var()

[Turn on line numbering]
arg this, name, value;
var vars;

vars = this[2];
vars = vars.add(name, value);
return (<this(), [this[1], vars]>);

// Created 17-Jul-1996 as a part of ColdCore, see: @help Credit

Tlon