LibraryTools
Author
set the author information for a library
Calling Sequence
Parameters
Description
Examples
Author( archive, authorname )
archive
-
string; Maple library
authorname
(optional) string; name of author
The Author( archive, authorname) calling sequence sets or retrieves author information for the Maple archive specified by archive.
If the authorname parameter is specified, then the author information for archive is set to authorname.
If the authorname parameter is not specified, then the existing author information for archive is returned. If there is no author information available for archive, NULL is returned.
with⁡LibraryTools:
Author⁡cat⁡kernelopts⁡mapledir,/lib/maple.mla
Maplesoft
LibLocation≔cat⁡kernelopts⁡mapledir,/lib/myLib.mla
Create⁡LibLocation
Author⁡LibLocation,John Doe
See Also
LibraryTools[Browse]
march
Download Help Document