Quotes

This is a quote using double quotation marks.
This is a different quote $u single quotation marks.
Single quotes are processed without translation, meaning it can help with showcasing code examples in their non-executed forms.
Double quotes are processed with translation, meaning it can translate code such as variables inside the string. If there is an instance that some text needs to be updated through a variable, using double quotes can help with that.