>The following is a literal string that contains two double quotes
>
>    >> print {He said "hi".}
>    He said "hi".
>

<g>Well, to be grammatically correct, it should be:

     >> print {He said "hi."}
     He said "hi."

Sorry, can't resist a correction. As an author, editor, and publisher AND
programmer, this is one of my pet peeves. Punctuation goes inside the quote.
Syntax counts in English as well as REBOL.

--Ralph


Reply via email to