Quotes
Example of using double quotes: I am currently a student in IST
Example of using single quotes: I am currently a student in $major Definition
Using double quotes permits the variable's value to be accepted and translated whereas using single quotes will post text as-is and does not allow variables to be accepted.