While StatementLogin | About | Page IndexHome | Manual | Publications | Download | Support

While Statement

Besides for loops, iteration can also be performed using the while statement.

    while(e){ stat* }

This will repeat stat* while e evaluates to true.

While Statement
powered by WebDSL