loadLibrary
Loads a loadable library by name and registers it in the context. After a successful load, the library is added to libraries, with its Library.onLoad action executed.
Return
the loaded library, if it exists, paired with the value returned by its Library.onLoad action if it exists
Parameters
name
name of the library to load, case-sensitive