Microsoft® JScript while Statement |
Language Reference Version 1 |
Executes a statement until a specified condition is false.
while (expression)
statementThe while statement syntax has these parts:
Part Description expression A Boolean expression checked before each iteration of the loop. If expression is true, the loop is executed. If expression is false, the loop is terminated.
statement The statement to be executed if expression is true. Can be a compound statement.
The while statement checks expression before a loop is first executed. If expression is false at this time, the loop is never executed.
© 1997 by Microsoft Corporation. All rights reserved.
file: /Techref/language/jscript/js772.htm, 2KB, , updated: 1997/9/30 03:45, local time: 2024/10/31 21:29,
18.224.69.83:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/language/jscript/js772.htm"> while Statement</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.