January 2006
Beginner
592 pages
16h 55m
English
return
"\r"
Macintosh line-break character. There does not seem to be any conflict with the keyword return (see "Returned Value" in Chapter 9). The only place where a conflict could occur is when return is the first word of a line. The rule in that situation seems to be that if return is followed by an operator, it can't be the keyword, so it must be this property.
"This is a line." & return & "This is another line."
Read now
Unlock full access