Method code for $ctext_frob.set_var()

[Turn off line numbering]
  1: arg this, name, value;
  2: var vars;
  3: 
  4: vars = this[2];
  5: vars = vars.add(name, value);
  6: return (<this(), [this[1], vars]>);

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

Tlon