|
Allegro CL |
2 Syntax 2.4 Standard Macro Characters 2.4.4 Semicolon 2.4.4.2 Notes about Style for Semicolon
2.4.4.2.2 Use of Double SemicolonComments that begin with a double semicolon are all aligned to the same level of indentation as a form would be at that same position in the code. The text of such a comment usually describes the state of the program at the point where the comment occurs, the code which follows the comment, or both. |