◄Up► ◄Contents► ◄Index► ◄Back► ─────C/C++ Language───────────────────────────────────────────────────────── Keyword: while Syntax: while( expression ) statement Summary: Executes <statement> repeatedly until <expression> becomes 0. See also: do, for, break, continue -♦-