svn: r6852
This commit is contained in:
Eli Barzilay 2007-07-08 02:46:19 +00:00
parent bee6910cda
commit 13014aa6c8

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 "@||".