sbool addLibraryToClassLoader(ClassLoader cl, S libraryID) ctex { if (isTrue(callOpt(cl, "hasLibraryID", libraryID))) false; ret addByteCodePathToClassLoader(cl, loadLibraryOrSrcLib(libraryID), libraryID); }