![]() | ![]() | ![]() | Punctuation |
The comma (`,') and semicolon (`;') are used as punctuation in contexts where the syntax of Co calls for a list of items. When used, commas separate list items while semicolons terminate items.
Parentheses ( `(' and `)' ) are used to delimit the formal and actual parameter lists associated with functions. Square brackets ( `[' and `]' ) are used around subscript expressions and array size specifiers. Braces ( `{' and `}' ) are placed before and after statement lists, the bodies of functions and the body of each complete program.
![]() | ![]() | ![]() | Punctuation |