Block comment

Block comments are enclosed within a /* … */ pair and can span multiple lines. Block comments can be nested.

Syntax

/*
This is a multi-line /* nested */ block comment.
*/