You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A statement terminator which separates elements of the program. A statement is a complete instruction to the computer and the semicolon is used to separate instructions (this is similar to the period "." in written English). Semicolons are also used to separate the different elements of a <b>for</b> structure.
]]></description>
<syntax>
<c>statement</c>;
</syntax>
<parameter>
<label>statement</label>
<description><![CDATA[a single statement to execute]]></description>