| 1. | Generates code for the specified attribute block end 为指定的属性块结尾生成代码。 |
| 2. | Emits a branch instruction to the end of the current exception block 向当前异常块结尾发出分支指令。 |
| 3. | Including trailing bytes at the end of the previous data block 所保留的任何状态信息,包括前一个数据块结尾的尾部字节。 |
| 4. | Also preserves trailing bytes at the end of data blocks and uses the trailing bytes in the next decoding operation 还保留数据块结尾的尾部字节并将这些尾部字节用在下一次解码操作中。 |
| 5. | Also preserves trailing characters at the end of data blocks and uses the trailing characters in the next encoding operation 还保留数据块结尾的尾部字符并将这些尾部字符用在下一次编码操作中。 |
| 6. | Object also preserves trailing bytes at the end of data blocks and uses the trailing bytes in the next decoding operation 对象还保留数据块结尾的尾部字节并将这些尾部字节用在下一次解码操作中。 |
| 7. | Object also preserves trailing characters at the end of data blocks and uses the trailing characters in the next encoding operation 对象还保留数据块结尾的尾部字符并将这些尾部字符用在下一次编码操作中。 |
| 8. | Trailing bytes at the end of the data block are stored in an internal buffer and used in the next decoding operation ,则位于数据块结尾的尾随字节将存储在内部缓冲区中,并在下一次解码操作中使用。对一个数据块调用 |
| 9. | Trailing characters at the end of the data block are stored in an internal buffer and used in the next encoding operation ,则位于数据块结尾的尾随字符将存储在内部缓冲区中,并在下一次编码操作中使用。对一个数据块调用 |
| 10. | Because the begin block is evaluated before awk starts processing the input file , it s an excellent place to initialize the fs field separator variable , print a heading , or initialize other global variables that you ll reference later in the program Awk还有" do . while "循环,它在代码块结尾处对条件求值,而不象标准while循环那样在开始处求值。它类似于其它语言中的" repeat . until "循环。 |