The statement was analyzed by the compiler as an expression statement, but the expression compiled to a constant, which will be a no-op at run-time. You might want to check to see if the previous statement in your program was prematurely terminated by a period or a colon by mistake.

Noncompliant Code Example

 ASSIGN 1 = 0.

Compliant Solution