for (starting assignment; test condition; increment)
{
code to repeat
}
Example:
for ($count=1; $count<11; $count++)
{
print 'cool\n';
}
Subscribe to:
Post Comments (Atom)
A collection of my 'note to self' posts. ...technology, programming, science, semiconductors...
No comments:
Post a Comment