/* */
Use to add a multi-line comment, or comment out multiple lines of code.
Syntax
/* Comment text.
* More comment text.
*/
Example
/* This is some comment text.
* More comment text.
*/
text_javascript aptana_docs