Method code for $ctext_frob.uncompile()

[Turn on line numbering]
arg this;
var vars;

vars = this[2];
if (!(| vars['uncompiler] |))
    vars = dict_add(vars, 'uncompiler, $uncompiler);
vars = dict_union(vars, vars['uncompiler].init());
return (vars['uncompiler]._eval_ctext(this[1], vars))[1];

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

Tlon