All

Keyword while

Keyword while can be: loop with condition at the end, loop with condition on the beginning, break statement, continue statement. Keyword while we can find in languages: C, C++, Visual C++ .NET, C#, Java, JavaScript, PHP, Basic, FreeBASIC, Visual Basic .NET, Pascal, Object Pascal, Free Pascal

loop with condition at the end
do statement while (condition);
Keyword while you can find in: C C++ Visual C++ .NET C# Java JavaScript PHP


loop with condition at the end
do
statements
loop while condition
Keyword while you can find in: Basic FreeBASIC Visual Basic .NET


loop with condition on the beginning
while (condition) statement
Keyword while you can find in: C C++ Visual C++ .NET C# Java JavaScript PHP


loop with condition on the beginning
while condition
statements
 wend
Keyword while you can find in: Basic FreeBASIC


loop with condition on the beginning
while condition do statement;
Keyword while you can find in: Pascal Object Pascal Free Pascal


loop with condition on the beginning
while condition
statements
end while
Keyword while you can find in: Visual Basic .NET


loop with condition on the beginning
do while condition
statements
loop
Keyword while you can find in: Basic FreeBASIC Visual Basic .NET


break statement
exit while
Keyword while you can find in: Basic Visual Basic .NET


continue statement
continue while
Keyword while you can find in: Basic FreeBASIC Visual Basic .NET



Languages: en hu cz sk