Difference between revisions of "UM:NetXMS Scripting Language (NXSL)"

no edit summary
Line 32: Line 32:
Everything inside /* */ is considered a comment and will be ignored by interpreter. You can enclose comments, like below:
Everything inside /* */ is considered a comment and will be ignored by interpreter. You can enclose comments, like below:


<syntaxhighlight>
<syntaxhighlight lang="c">
/* comment /* another comment */ still comment */
/* comment /* another comment */ still comment */
</syntaxhighlight>
</syntaxhighlight>
683

edits