// or /* */ comment

Global Commands

Arguments // indicates a single line comment
/*
 * may enclose a multi line comment
 */
Description Comment lines can appear anywhere in the script.
Remarks none.