Method code for $root.write_check()

[Turn off line numbering]
  1: arg obj;
  2: 
  3: if (.is($group))
  4:     return .includes(obj);
  5: else
  6:     return this() == obj;

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

the Cold Dark