All

Keyword do

Keyword do can be: loop with condition at the end, loop with condition on the beginning, break statement, continue statement, loop with condition at the end until is false, loop with condition on the beginning until is false. Keyword do 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 do 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 do you can find in: Basic FreeBASIC Visual Basic .NET


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


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


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


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


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


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



Languages: en hu cz sk