svn: r11674
original commit: ef92bf90f4da00c256c4c8e625fe002792812bd3
This commit is contained in:
parent
916eaca8fa
commit
8733ec9586
|
@ -188,9 +188,9 @@ The flip side of this is: how can an @"@" sign be used in Scheme code?
|
||||||
This is almost never an issue, because Scheme strings and characters
|
This is almost never an issue, because Scheme strings and characters
|
||||||
are still read the same, and because @litchar["@"] is set as a
|
are still read the same, and because @litchar["@"] is set as a
|
||||||
non-terminating reader macro so it can be used in Scheme identifiers
|
non-terminating reader macro so it can be used in Scheme identifiers
|
||||||
as usual except when it is the first character of an identifier. In
|
as usual, except when it is the first character of an identifier. In
|
||||||
the last case, you need to quote the identifier like other
|
this case, you need to quote the identifier like other non-standard
|
||||||
non-standard characters --- with a backslash or with vertical bars:
|
characters --- with a backslash or with vertical bars:
|
||||||
|
|
||||||
@scribble-examples|==={
|
@scribble-examples|==={
|
||||||
(define \@email "foo@bar.com")
|
(define \@email "foo@bar.com")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user