Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,726,378,851 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

FOR statement

   Also found in: Wikipedia 0.01 sec.

for statement

A high-level programming language structure that repeats a series of instructions a specified number of times. It creates a loop that includes its own control information. The following BASIC and C examples print "Hello" 10 times:

  BASIC               C
  for x = 1 to 10     for (x = 0;  x < 10;  x++)
   print "hello"       printf ("hello\n");
  next x


FOR statement [′fȯr ‚stāt·mənt]
(computer science)
A statement in a computer program that is repeatedly executed a specified number of times, generally while a control variable takes on successive values over a specified range.


How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
This use of understandable caution throu gh the use of lack of conviction needs further study to determine its implications for statement analysis.
106 is immediately recognized) and for employers that do not want to show separate catch-up adjustments on their 1994 income statements for Statement no.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 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.