Method code for $heart.core_heart()

[Turn off line numbering]
  1: var h;
  2: 
  3: for h in (hearts) {
  4:     if (!valid(h[1]))
  5:         ._del_heartbeat(h[1]);
  6: }

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

Tlon