Loads the specified file as a dynamic library.
Syntax
load( runtime , filename )
runtime.load( filename )
load( filename )
Parameters
runtime
|
the runtime object to use.
|
filename
|
the name of the dynamic library to load.
|
Returns
Example
load( library )
|