The single quote character (') is sometimes used with double quotes to express quotes within a quoted string. For example, in the dBASE statement
? 'Press the "Enter" key.', the single quotes surround the entire string, allowing the double quotes to be used as actual double quotes. See
double quotes.