Method code for $ctext_frob.uncompile()

[Turn off line numbering]
  1: arg this;
  2: var vars;
  3: 
  4: vars = this[2];
  5: if (!(| vars['uncompiler] |))
  6:     vars = dict_add(vars, 'uncompiler, $uncompiler);
  7: vars = dict_union(vars, vars['uncompiler].init());
  8: return (vars['uncompiler]._eval_ctext(this[1], vars))[1];

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

Tlon