Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

winged comments

You are here: irt.org | FOLDOC | winged comments

<programming> 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.

[Jargon File]

(1997-07-21)

Nearby terms: window system « Windoze « Wind River Systems « winged comments » winkey » WinMaker Pro » WINS

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb