Browse the Dictionary...
All
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
Navigation
Hacker Dictionary
Search the Dictionary
Most Viewed
Useful Links
Privacy Policy
Random Term
missile address
n. See {ICBM address}.
View Definition: 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.