AutoPatrol, Bureaucrats, Administrators
683
edits
(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: |