C-style comment
From Coderwiki
More actions
C-style comments usually use the // operator for single line comments and the /* and */ operators for multi-line comments.
C-style comments usually use the // operator for single line comments and the /* and */ operators for multi-line comments.