| Dictionary, Encyclopedia and Thesaurus - The Free Dictionary 3,900,157,100 visitors served. |
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. Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content. |
|
| Encyclopedia |
| Free Tools: |
For surfers:
Free toolbar & extensions |
Word of the Day |
Help
For webmasters: Free content | Linking | Lookup box | Double-click lookup |
|---|