| 1. | Blank lines and comment lines beginning with a ' # ' character are ignored 空白行和以“ # ”开始的注释行被忽略。 |
| 2. | Every comment line inserted into your code during upgrade contains a hyperlink 升级期间插入到代码中的每个注释行均包含一个超链接。 |
| 3. | The link appears at the end of the comment line ; you may need to scroll in order to see it 链接出现在注释行尾;可能需要滚动才能看到。 |
| 4. | You can click this task list entry to jump directly to the comment line in your code 可以单击此“任务列表”项直接跳转到代码中的注释行。 |
| 5. | The second line first comment line is a brief description of the program and its purpose 第二行(第一个注释行)是程序及其目的的简短描述。 |
| 6. | Statement must be the first non - blank , non - comment line in a class or interface definition 语句,则该语句必须是类或接口定义中的第一个非空白的非注释行。 |
| 7. | The comment line is anything that begins with a " " character with or without spaces before it 注释行是任何以“ # ”字符(前面可以有也可以没有空格)开头的行。 |
| 8. | If there are no non - blank , non - comment lines between the current cursor position and the end of the file 如果在当前光标位置到文件末尾之间没有非空、非注释行,则返回 |
| 9. | Note in particular that the first noncommented line in the . ini file must contain the string , options 请特别注意, . ini文件中的第一个非注释行必须包含字符串: [ options ] 。 |
| 10. | If a line begins with white space , it is considered a continuation of the previous line ( even if the previous line is a comment ) 如果一行以空格开始,它被认为是上一行的延续(甚至上一行是注释行) 。 |