单行注释 meaning in English
single-line comments
Examples
- As with single - line comments , anything following the
与单行注释一样,该行中 - Single line comment characters are two hyphens
单行注释字符包含两个连字符( - Use one - line comments to explain implementation details
使用单行注释来解释实现细节。 - The c compiler supports single - line comments , which are introduced with two forward slash characters
C编译器支持单行注释,它是用两个正斜杠( / / )字符引入的: - This is another multiline comment , written as a series of single - line comments
建议将所有注释编写为单行注释的块。这样就允许随后用一个多行注释来注释大段代码。