Read Me - Common Public License V1.0 - Copyright Notice(©)

loadLibrary


>>-loadLibrary(name)-----------------------------------------><

Loads a native library package and adds it to the list of libraries loaded by the interpreter. The [name] identifies a native external library file that will be located and loaded as if it had been named on a ::REQUIRES LIBRARY directive. If the library is successfully loaded, loadLibrary will return 1 (true), otherwise it returns 0 (false).

Read Me - Common Public License V1.0 - Copyright Notice(©)