[Style] explain comments in document

This commit is contained in:
Matthias Felleisen 2011-09-16 15:29:32 -04:00 committed by Eli Barzilay
parent 1c668ce4fe
commit 552996f1b7

View File

@ -14,7 +14,10 @@ and readability.
Following Lisp and Scheme tradition, we use a single semicolon for in-line
comments (to the end of a line) and two semicolons for comments that start
a line. Think of the second semicolon as making an emphatic point.
a line. @margin-note*{This request does not contradict the programs in this
document. They use two semicolons for full-line comments in source but
scribble renders only one.} Think of the second semicolon as making an
emphatic point.
Seasoned Schemers, not necessarily Racketeers, also use triple and
quadruple semicolons. This is considered a courtesy to distinguish file