| 释义 |
contained text 内含文本[正文];[内含本文] In PL/1, all text in a procedure (including nested procedures) except its entry names and condition prefixes of the PROCEDURE statement; all text in a begin block except labels and condition prefixes of the BEGIN statement that heads the block. Internal blocks are contained in the external procedure. 在PL/1语言的过程(包括嵌套的过程)中,除了它的 入口名字和PROCEDURE语句的条件前缀外的所有正文;一个开始块中除了标号和在块首的BEGI N语句的条件前缀外的所有正文。内部程序块包含在外部过程中。 |