![]() ![]() | |
Flash Player 4.
do {statement(s)} while (condition)
condition The condition to evaluate.
statement(s) The statement(s) to execute as long as the condition parameter evaluates to true.
Nothing.
Statement; executes the statements, and then evaluates the condition in a loop for as long as the condition is true.
![]() ![]() | |