Tests the condition or conditions in the “While the following condition is true…” section of this loop, and if true, executes the statements in the “Continue to do the following…” section of this loop.
This process is repeated until the condition or conditions in the “While the following condition is true…” section of this loop are false, at which point execution of the code continues at the first line of code after the loop.
The following advanced tutorial on lists and loops was made for Quagensia® N Edition, but can be followed almost word-for-word in Quagensia® T Edition as well.