Defines a block comment.
/*comments*/
comments | any | Any text value. |
Any text between /* and */ will be ignored by the processor. If this block occurs in the middle of a line it is treated as whitespace.
An error will occur if /* is specified without a matching */, or vice versa.