svn: r6862

original commit: 7d3fc1187eeb5e2398310294f3d05fb94605b9dc
This commit is contained in:
Eli Barzilay 2007-07-09 01:59:08 +00:00
parent 75fdb7cb70
commit f7c0aca737

View File

@ -220,7 +220,7 @@ end of the text. In addition, a "{" is allowed as part of the text,
and it makes the matching "}" be part of the text too -- so balanced and it makes the matching "}" be part of the text too -- so balanced
braces are valid text. braces are valid text.
@foo{f{o}o} --reads-as--> (foo "f{o}o") @foo{f{o}o} --reads-as--> (foo "f{o}o")
@foo{{{}}{}} --reads-as--> (foo "{{}}{}") @foo{{{}}{}} --reads-as--> (foo "{{}}{}")
As described above, the text turns to a sequence of string arguments As described above, the text turns to a sequence of string arguments