Quote:
|
Originally Posted by jack Thanks.
1. Can I use two ifs here? (Is it better to use an apostrophe for 'if'? So there will be less confusion? Does it matter if it is ifsor if's?)
2. I don't really get this [If ... if]. How does it work? |
You're welcome.
In answer to question 1., with lower case letters, it's best to use an apostrophe. Otherwise,
ifs could be interpreted as a typo.
if's is best because it's clear. With upper case letter, or capitals, an apostrophe is not required.
In answer to question 2., which refers to sentence 9. below,
If ... if represents the words, or structure you want to emphasize. The dots (
...) represent all the words between the first
If and the second
if:
9.
If I'm telling a story how does he know which street I'm talking about
if I use 'the'?
In other words, Can I use
If ... if? is another way of asking, Can I use two
if's in the same sentence?