while
機能
WHILE 型のループ制御を行う.
形式
while( expr ) stmt1
パラメータ
expr : 条件判定
stmt1 : 処理 ({ } で囲まれた複数のコマンドによる処理の記述ができる)
Last updated: 2005/11/12