begin
   comment   STRING TESTS;
   procedure P(ST);
      string
        ST;
   ;
   P( “*STRING s̲t̲r̲i̲n̲g̲ “NESTED““””” b̲e̲g̲i̲n̲ e̲n̲d̲;” );
   P( “ ,” )
end