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

no edit summary
(Created page with "= NXSL Overview = In many parts of the system, fine tuning can be done by using NetXMS built-in scripting language called NXSL (stands for NetXMS Scripting Language). NXSL was...")
 
Line 27: Line 27:
<syntaxhighlight lang="c">
<syntaxhighlight lang="c">
/* sample program */
/* sample program */
</syntaxhighlight
</syntaxhighlight>


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:
683

edits