Introduction 
There are five operators to manipulate macros as shown in the next table.

Operator Meaning
;; Suppress comment operator
& Substitute operator
<> Literal-text string operator
! Literal-character operator
% Expression evaluate operator

We have already seen how the ;; operator works. We will briefly discuss next the remaining four operators.