Method code for $root.write_check()

[Turn on line numbering]
arg obj;

if (.is($group))
    return .includes(obj);
else
    return this() == obj;

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

the Cold Dark