A name defined in terms of itself

Parse errorThe file could not be read. Nothing is converted until the line is corrected.

What the converter says

A is defined in terms of itself

Code: mpr_formula_circular

What triggers it

The name leads back to itself through one or more other names, so there is nothing to work out. Following it would not stop.

[001
A=B+1
B=A+1

Example that triggers it

How to fix it

Break the loop in the variable block. One of the names in the chain has to be a plain value.

Messages this command can produce