Introduction
Single quotes let you write text exactly as it is, without any changes or special meanings.
When you want to print a message exactly as you typed it.
When your text has special characters like $ or \ that you don't want to be treated specially.
When you want to store a fixed string in a variable without any substitutions.
When you want to avoid accidental command or variable expansions inside your text.