Method code for $message_frob.to_ctext()

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

new = (| this[vars['receiver]] |) || (| this["general"] |) || $ctext_frob.new_with([""]);
new = new.set_vars(vars);
return new;

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon