Compiling a statement with a large number of parentheses or with nested functions. This error is usually caused by recursive user-defined functions such as:
0010 DEF FNA(X)=FNA(X)0020 LET Z=FNA(X)