Showing posts with label syntax. Show all posts
Showing posts with label syntax. Show all posts

Tuesday, April 27, 2010

syntax in programming

syntax is a rules in programing.

for loop sysntax:

for(init; condition; inc/dec)
{
statements;
}