![]() 990,430,465 visitors served. |
|
![]() Dictionary/ thesaurus | ![]() Medical dictionary | ![]() Legal dictionary | ![]() Financial dictionary | ![]() Acronyms | ![]() Idioms | ![]() Encyclopedia | ![]() Wikipedia encyclopedia | ? |
continue |
Also found in: Dictionary/thesaurus, Acronyms, Wikipedia, Hutchinson | 0.01 sec. |
|
A programming statement that points to the beginning of the loop that it is in. In the following C example, the continue statements point to the top of the while loop. The } brace at the end of the loop also points to the top of the loop.
while (1)
{
get_next_input();
if (end_of_file)
exit_routine();
if (type=='1')
{
process1_routine();
continue;
}
else if (type=='2')
{
process2_routine();
continue;
}
else display_type_error()
}
|
|
? Mentioned in | ? References in classic literature | ||
|---|---|---|---|
| He hopes that in its present form it will fall into the hands of an even wider public, and that in years to come it may continue to afford amusement to those who are still young enough at heart to love a story of treasure, war, and wild adventure. These two varieties will generally continue to be exposed to the same conditions which made their parents variable, and the tendency to variability is in itself hereditary, consequently they will tend to vary, and generally to vary in nearly the same manner as their parents varied. " Not long after, he went to the daughter who had married the tilemaker, and likewise inquired of her how she fared; she replied, "I want for nothing, and have only one wish, that the dry weather may continue, and the sun shine hot and bright, so that the bricks might be dried. |
| Free Tools: |
For surfers:
Browser extension |
Word of the Day |
Help
For webmasters: Free content NEW! | Linking | Lookup box | Double-click lookup | Partner with us |
|
|---|