filename | : | filename |
funcname | : | procedure name |
Returns: void
Synopsis: If only filename is supplied as a parameter, this function loads into Darwin the contents of filename located in the user's local Darwin library. If there is a second parameter, Darwin only loads the function named funcname in file filename located in the user's local Darwin library.
This functions allows filename to specify a path.
The location of the Darwin library is set with the -l flag when
initiating your Darwin session.
See section for information regarding the location
of the Darwin library on your system.
Examples:
> ReadLibrary('MultiAlign'); > ReadLibrary('MultiAlign', 'AnchorAlign');