I cannot for the life of me figure out when the ; sign is supposed to be used, so I turn it over to the smart people here to answer my question, thank you
AFAIK, it’s just used to seperate two thoughts that could be complete sentences, but are related enough that the author doesn’t want to seperate them with a period.
They’re very “heavy” punctuation, and it’s rare to see them in fiction works.
It’s used to make a winking smiley
The semicolon ( is alos used to separate list items that already contain commas:
“You’ll need some big, red brushes; some water, preferably at room temperature; and a left-handed widget, but not one with a doohickey installed.”
I will disable smilies in this post…
I will disable smilies in this post…
I will disable smilies in this post…
I will disable smilies in this post…
I will disable smilies in this post…
Thanks, people… especially magog I’m not sure what I would’ve done without that particular piece of information.
The function of the semicolon is to mark a relatively stronger break than would a comma. Two independent, related thoughts not joined by a conjunction are related in the same sentence by being joined-but-separated by a semicolon. “He was born in the hamlet of Troupsburg; his formative years were spent in Olean, 25 miles west.”
It is indispensible in running two-layer series: “The sandwiches which the luncheon committee prepared included tuna salad; bacon, lettuce, and tomato; and peanut butter and jelly.” Not to use semicolons here would result in a bizarre and virtually unreadable sentence (not that the actual product is a whole lot better, but at least it is decipherable).
Finally, and often disregarded, it’s vital in avoiding unintended parallelism. “He said that the terms offered were acceptable; and that his pique had been mollified by the offer of peace was evident to all present.” With a comma in place of the semicolon, the “and that” appears to be introducing a second part to the indirect quotation, rather than an observation by the writer.
Note that while a colon nearly always serves to introduce a series (other than its specialized uses in marking ratios and concluding the salutation of a business letter), there are instances when a cause-and-effect or premise-and-conclusion relationship calls for a colon instead of a comma or semicolon as the proper punctuation. “The speaker said that the ideal government was composed in this way: the maximum of individual freedom compatible with a stable, protected society.” “Finally, and most importantly, there is one firm rule to guard against viruses: Never open an e-mail attachment from someone you are not acquainted with.”
It is used in place of a conjunction.
So, instead of writing:
“I had steak for dinner and it was really good.”
you write:
“I had steak for dinner; it was really good.”
“I didn’t go to the show because it was sold out,” becomes, “I didn’t go to the show; it was sold out.”
I was told by an English prof that people’s notion of the semi colon as a ‘strong comma’ is a big myth. There are only two correct uses of a semi colon: one is to separate items that include commas, and one is the rarely used pivot in a sentence where two similar concepts are being compared eg. Clinton was an unscrupulous genius; Bush is an unscrupulous idiot.
The AHD seems to have fallen for the myth then. From Dictionary.com:
The semicolon is used to terminate a statement in C (and C++, Java, Perl…), and to separate two statements in Pascal. Thus, in C, you would write:
if (condition)
stmt1;
else
stmt2;
But in Pascal:
if condition then
stmt1
else
stmt2;
Also used in Matlab to suppress printing to screen.
Some stupid teacher in primary school told me that the semicolon can be used as a stronger hyphen. :rolleyes:
The semi-colon is also used as a comment marker at the start of the line for certain languages and configuration files.
for example:
...
;Set this to one if you want diagnostic outputs
verbose=0
...
- The semi colon has another use;
- Separating items in a vertical list;
- Similar to that described above for a list including commas.
Colons and semis have, for me, always been one of those barely understood things. So I have a few questions:
- Should the “t” after the colon have been capitalised?
- Should GorillaMan’s list items after the first have been capitalised?
1: Definitely not. Many years ago it was fairly common to capitalise the first word after a colon, and to put a space before a colon, but not these days.
2: No, but this is less clear-cut and is more a matter of style. I would style such a list thus:
- the first item goes here;
- the second item here; and
- the third item here.
If the list does not come mid-sentence then capitalise the first one.
No, because it’s not a complete sentence. When the sentence following the colon is a complete sentence, you have the option of capitalizing the first letter after the colon. The capitalization tends to break the natural flow of the text, so most people don’t do it.
Thanks to you both. gentle answers my follow up question to (1) which would have been why did Polycarp capitalise in his second colon example (there’s no catching him out ).
The following link explains the Semicolon:
http://www.somge.com/english/grammar/punctuation/semicolon.htm
There’s an explanation that sometimes helps some people: if you ever feel the urge to use a comma to separate two things that could be sentances in their own right, that’s when you should use a semicolon.