while

Format: while (exp) {cmds}

exp is an expression in the current language.

This command list cmds continues to execute as long as exp evaluates to a non-zero value. This is similar to the while loop in C. See "Command list".

You can interrupt this command with the Esc key.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.