sbool addLibraries(Cl libIDs) { bool change; fOr (S libID : libIDs) change |= addLibrary(libID); ret change; }