ERROR | user-declared operators are not allowed |
CAUSE | An attempt was made by the user to declare an operator (a function whose name is enclosed in single quotes ()). Operators may only be declared in package STANDARD. |
ACTION | Remove the single quotes from around the function name, replacing them with double quotes () only if needed. |