Printer Friendly
The Free Dictionary
988,603,399 visitors served.
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

continue
(redirected from go on)

   Also found in: Dictionary/thesaurus, Wikipedia, Hutchinson 0.03 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()
   }


?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
You exercise and work out, go on hikes, get massages or do yoga or Pilates.
Hasbro officially welcomes GO GO MY WALKIN' PUP to the litter this weekend when 50 lucky kids go on a "call of the wild" searching for 50 of the hidden plush pooches at FAO Schwarz in New York City.
or Excel file in Documents To Go on your handheld, send them
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2008 Farlex, Inc.
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. Terms of Use.