readlib - read a library file to define a specified name
|
Description
|
|
•
|
Important: The readlib command has been deprecated. Procedures are automatically invoked from the library without the need of a readlib call.
|
•
|
In order to display the source code to any library function, use interface(verboseproc=2); print(foo), where foo is the name of the function you want to look at.
|
|
|
Thread Safety
|
|
•
|
The readlib command is thread-safe as of Maple 15.
|
|
|