64.  TOO MANY NESTED @FOR OPERATORS.

LINGO maintains a stack to keep track of pending nested @FOR functions. Too many nested @FOR’s could cause this stack to overflow, although it would be an unusual model that triggers this error. You can avoid nesting some @FOR’s by forming derived sets, and looping over a single derived set as opposed to many primitive sets.