Comments

  • Updated

irScript supports single- and multi-line comment styles:

var x = 'hello world!';
// here is a single line comment var y = 34.5;
/* here is
a
multi-line comment */
var z = false;

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.