| 1. | Statement by using a line - continuation sequence 不能使用行继续符序列( |
| 2. | Comments cannot follow a line - continuation sequence on the same line 注释不能与行继续符同行。 |
| 3. | You cannot continue a comment by using a line - continuation character 不能使用行继续符来拆分注释。 |
| 4. | You cannot follow it with anything else on the same line 在同一行上,行继续符后不能跟有任何其他内容。 |
| 5. | The line - continuation character is necessarily the last thing on a line 行继续符必须是一行上最后的字符。 |
| 6. | Generates a line - continuation character and outputs the specified string on a new line 生成行继续符并在新的一行上输出指定的字符串。 |
| 7. | To break a single statement into multiple lines use the line - continuation character , which is an underscore 在您要将该行断开的点处使用行继续符,它是一个下划线( |
| 8. | Some limitations exist as to where the line - continuation character can be used , such as in the middle of an argument name 对于行继续符在何处使用存在一些限制,例如不能在参数名中间使用。 |
| 9. | You can break an argument list with the line - continuation character , but the individual names of the arguments must remain intact 可以用行继续符拆分一个参数列表,但单个参数名必须保持完整。 |
| 10. | In the following example , the statement is broken into four lines with line - continuation characters terminating all but the last line 在下面的示例中,语句被拆分为四行。除最后一行外,前三行都以行继续符结尾。 |