svn: r6852

original commit: 13014aa6c851f98c9cdd4b25a6a32ae994730806
This commit is contained in:
Eli Barzilay 2007-07-08 02:46:19 +00:00
parent 04836721c3
commit c3f175eebe

View File

@ -560,7 +560,11 @@ source accounting is not on, but
x2
x3}
will (due to the last line).
will (due to the last line). Pay attention to this, as it can be a
problem with Scheme code, for example:
@code{(define (foo x)
(+ x 1))}
For rare situations where spaces at the beginning (or end) of lines
matter, you can begin (or end) a line with a "@||".