A formula nested too deeply

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

What the converter says

the formula nests more than 32 deep

Code: mpr_formula_too_deep

What triggers it

The formula nests brackets further than any real program needs. The limit is there so a damaged or hostile file cannot exhaust the converter.

XA="(((((((((((((((((((((((((((((((((1)))))))))))))))))))))))))))))))))"

Example that triggers it

How to fix it

Simplify the formula, or split it across several declarations that build the value up a step at a time.

Messages this command can produce