protect - protect a name from modification
unprotect - undo name protection
|
Calling Sequence
|
|
protect(name1, name2, ...)
unprotect(name1, name2, ...)
|
|
Parameters
|
|
name1, name2, ...
|
-
|
names
|
|
|
|
|
Description
|
|
•
|
protect is used to prevent names from being modified either in an interactive session, user or library code. Most of the names initially known to Maple are protected by default.
|
•
|
protect has no effect on environment variables.
|
•
|
unprotect may be used to override the protection on a name. It is not recommended to use unprotect to modify Maple system names.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
>
|
|
>
|
|
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
>
|
|
>
|
|
>
|
|
| (8) |
|
|
Download Help Document
Was this information helpful?