JargonFile/original/html/W/winged-comments.html
2014-03-27 18:54:56 +00:00

9 lines
2.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>winged comments</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../W.html" title="W"/><link rel="previous" href="Windoze.html" title="Windoze"/><link rel="next" href="winkey.html" title="winkey"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">winged comments</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="Windoze.html">Prev</a> </td><th width="60%" align="center">W</th><td width="20%" align="right"> <a accesskey="n" href="winkey.html">Next</a></td></tr></table><hr/></div><dt><a id="winged-comments"/><dt xmlns="" id="winged-comments"><b>winged comments</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> Comments set on the same line as code, as opposed to
<a href="../B/boxed-comments.html"><i class="glossterm">boxed comments</i></a>. In C, for example:</p><div class="literallayout"><p><br/>
d = sqrt(x*x + y*y);  /* distance from origin */<br/>
</p></div><p>Generally these refer only to the action(s) taken on that
line.</p><div class="mediaobject"><a id="crunchly74-12-29"/><img src="../graphics/74-12-29.png"/><div class="caption"><p>(The next cartoon in the Crunchly saga is
<a href="../B/bit-bucket.html#crunchly75-10-04">75-10-04</a>. The previous
cartoon was <a href="../N/number-crunching.html#crunchly74-12-25">74-12-25</a>.)</p></div></div></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="Windoze.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../W.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="winkey.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Windoze </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> winkey</td></tr></table></div></body></html>