backslash_character
-
line continuation character
-
Examples: +
put the long name of file "smiggle.txt" into \
the last item of line 3 of documentInfo
-
-
used for escape sequences inside double-quoted strings preceded by @
-
Examples: +
set text to @"First line\nSecond line"
-