Single or Double Quotes

Hi,
Really just looking for a confirmation here…I noticed that in an expression (on a create new column), I was able to put a string in either double quotes or single quotes, so…

if([STPList1]=[STPList2],“Yes”,“No”)
worked the same as
if([STPList1]=[STPList2],‘Yes’,‘No’)

My question is whether that is universally true across EasyMorph, i.e. that either approach works the same.

A text constant can be wrapped into single quotes, or double quotes. There is no difference. See section “Text” in https://easymorph.com/learn/expressions.html and in http://help.easymorph.com/doku.php?id=syntax:types