'|' expected

One or more '|' operators are needed here. The '|' operator is parenthetic and acts as the modulus squared operator. Examples of situations in which this error occurs:

|z
||z - 8| * 89|

Corrected versions:

|z|
|(|z - 8|) * 89|

See Also
Errors