block quotes
- Block quotes
-
May encompass multiple lines and any characters.
-
Examples:
set testData to {{
Kerbowitz,77,8.26
Jackson,43,2.65
Wilson,57,4.04
Avery,84,3.79
}} -
The string content of the block quote begins on the first character of the line after
{{
and ends at the end of the line before}}
. So in the example above, the first character of the string is "K" and the last character is "9" (there is no return character at the end of this string).
-