Show in Frame
No Frame
6.2.2 Comments
A comment sequence is started with the /* token and terminated with the */ token.
/* This is a comment */
Show in Frame
No Frame