You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explanatory notes embedded within the code. Comments are used to remind yourself and to inform others about the details of the code. Single-line comments are signified with the two forward slash characters. Comments are ignored by the compiler.
]]></description>
<syntax>
// <c>comment</c>
</syntax>
<parameter>
<label>comment</label>
<description><![CDATA[any sequence of characters]]></description>