CCOPY
static const Cell newcopycell = { OCELL, CCOPY, 0, EMPTY, 0.0, NUM|STR|DONTFREE, NULL, NULL };
if (t->csub == CCOPY) {
} else if (t == y && t->csub == CCOPY) {
y->csub = CCOPY; /* prevents freeing until call is over */