static S makeNewID(S id) { ret empty(id) || eq(id, "?") ? aGlobalID() : id; }