Arguments of operatorp



if you want to get the "internal" form of an operator of some expression,
do this:

    TheOp :  part( expression,0);


Do not type the operator in directly because the display program does
not give you exactly the name, but tries to clean it up for the user

You can see what the internal form is by

?print(TheOp);

RJF