Specifying Strings: Recommendation

Double quotation marks as well as single quotation marks of apostrophe type (`) can be used to delimit strings. Single quotations marks (`) must be used to enclose character strings which contain other strings.

Here is an  example:

RuleBody =`if P > Name() == "Wing" Message("This is a wing")`;