Example 1
The problem is that the left-hand side is a list. It must be a name or a sequence of names.
Solution: To make multiple assignments, use two assignment statements or put a sequence of names on the left-hand side.
Example 2
is used to denote the imaginary unit () in Maple. You cannot assign to this name or use it for an index variable.
Solution: Use a different name.
Example 3
In this procedure, the evaln modifier expects a parameter that evaluates to a name.
Solution: Call the myProcedure with a parameter that is assignable.