OK, I see a lot of people doing
"My String" @ " lol part two of my string"
Why use that? When you use @ you will need to put a space before or after the word. It's better to just use SPC. You will not have to do,
"My String" @ " lol part two of my string"
You will just need to do
"My String" SPC "lol part two of my string"
See? No space. Using SPC will make you're code look cleaner.