Term of the Moment

darknet


Look Up Another Term


Definition: semicolon


In programming, the semicolon (;) is often used to separate various elements of an expression. For example, in the C statement for (x=0; x<10; x++) the semicolons separate the starting value, number of iterations and increment).