Method code for $has_text.text()

[Turn on line numbering]
// returns text
if (!.is_writable_by(sender()) && sender() != this())
    throw(~perm, "Permission Denied.");
return text;

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

Tlon