Note: For users of Maple 16 and earlier versions, this error message is displayed when you assign a value to a protected name.
Most Maple systems names are protected by default. Protection is used to prevent names from being modified by the user.
Names can be protected with the function protect, and protection can be removed with unprotect. It is not recommended that you unprotect Maple protected names.
The calling sequence select(type, {unames(), anames(anything)}, protected) returns the set of protected names in Maple.