Move doc example for raw @ sign.

At Eli's suggestion.
This commit is contained in:
Vincent St-Amour 2016-10-24 10:54:35 -05:00
parent f9cc826d5b
commit fc57dd624a

View File

@ -148,7 +148,6 @@ application, but it also useful when quoted with the usual Racket
'@{foo '@{foo
bar bar
baz} baz}
@"@"
}===| }===|
Finally, we can also drop the datum and text parts, which leaves us with Finally, we can also drop the datum and text parts, which leaves us with
@ -173,6 +172,7 @@ expression.
@scribble-examples|==={ @scribble-examples|==={
@foo{(+ 1 2) -> @(+ 1 2)!} @foo{(+ 1 2) -> @(+ 1 2)!}
@foo{A @"string" escape} @foo{A @"string" escape}
@"@"
}===| }===|
Note that an escaped Racket string is merged with the surrounding text Note that an escaped Racket string is merged with the surrounding text