Author: kjs Date: Sat Nov 24 11:11:16 2007 New Revision: 23020 Modified: trunk/docs/pdds/draft/pdd19_pir.pod
Log: [pdd19] clarify text for single quoted strings. Replace "char string" with "single quoted string", as suggested by pmichaud++ and masak++. Modified: trunk/docs/pdds/draft/pdd19_pir.pod ============================================================================== --- trunk/docs/pdds/draft/pdd19_pir.pod (original) +++ trunk/docs/pdds/draft/pdd19_pir.pod Sat Nov 24 11:11:16 2007 @@ -115,12 +115,12 @@ =over 4 -=item 'char constant' +=item 'single-quoted string constant' Are delimited by single-quotes (C<'>). They are taken to be ASCII encoded. No escape sequences are processed. -=item "string constants" +=item "double-quoted string constants" Are delimited by double-quotes (C<">). A C<"> inside a string must be escaped by C<\>. Only 7-bit ASCII is accepted in string constants; to use characters