GXS AI: loops

When I was working with GXS AI, I was using temporary repeatable structures in the models to organize loops. Today I was shown another way:

WHILE
[{condition}]
{code}

…be careful with infinite loops…

Gennady Kim