Method code for $sys.parse_anon_user_class()

[Turn on line numbering]
arg value, @args;

value = (> $object_lib.to_dbref(value) <);
if (!value.is($user))
    throw(~perm, value.namef('ref) + " is not a $user object.");
if (!value.has_flag('command_cache))
    throw(~perm, value.namef('ref) + " is not a command cache object.");
return value;

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

the Cold Dark