Using quotation mark easily in Strings


Did you know that you can easily use quotation marks inside String literals by typing the quotation mark twice?

Example:

Put_Line ("Hello, ""anonymous"" person!");