winged comments
winged comments n.
Comments set on the same line as code, as opposed to boxed comments. In C, for example:
d = sqrt(x*x + y*y); /* distance from origin */
Generally these refer only to the action(s) taken on that line.
|
|
|
winged commentswinged comments n. Comments set on the same line as code, as opposed to boxed comments. In C, for example: d = sqrt(x*x + y*y); /* distance from origin */ Generally these refer only to the action(s) taken on that line. |
The Jargon FileCartoonsThe crunchly saga
The infamous Crunchly cartoons by The Great Quux are woven into the lexicon, each next to an appropriate entry. To read them in the sequence in which they were written, chase pointers from here using the ‘next cartoon’ information in the captions. |