LOTUSSCRIPT LANGUAGE


Flow control statements
The flow control statements that alter the flow of execution fall into several functional groups:
The remaining sections in this chapter discuss these statements in the order listed above.

There is no built-in limit on the level or type of nesting of these statements. For example, a Do statement may contain another Do statement that contains a third Do statement, or a Do statement may contain a For statement that contains another Do statement.

See Also