Method code for $has_text.get_raw_text()

[Turn on line numbering]
// returns text
if (!.is_writable_by(sender()) && sender() != this())
    throw(~perm, "Permission Denied.");
if (.get_setting("plaintext", $has_text))
    return text;
else if (type(text) == 'frob)
    return text.uncompile();
else
    return text;

// $#Edited: 23 May 97 07:23 $user_bruce

["// Created 26-Mar-1995 as a part of ColdCore, see: @help Credit"]

the Cold Dark