Comments
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;
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;