Navigation: Scripts > Script details
Adding comments to a script
Add comments to your script following these examples:
Commands
//single comment line
/*
Several lines
of comments.
*/