メインコンテンツまでスキップ
バージョン:25.3

\ (backslash)

Line Continuation Character, Escape Sequences

Line continuation character

Example:

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 @

Example:

set text to @"First line\nSecond line"