Skip to content
Silica edited this page Feb 29, 2012 · 1 revision

#while statement ##while while (condition) repeat-statement or

while (condition)
{
	repeat-statements
}

##else while (condition) repeat-statement else finally-statement

Clone this wiki locally