复合语句

fù hé yǔ jù
  • Compound statement;complex sentence
复合语句复合语句
  1. LEAVE:将控制转移到循环之外或一个复合语句

    LEAVE : Used to transfer control out of a loop or a compound statement

  2. 目前这个提供程序支持主机变量、模块、ARRAY数据类型、复合语句和可变长度时间戳。

    This provider now supports host variables , modules , the ARRAY data type , compound statements , and variable length timestamps .

  3. 支持行前触发器、行后和语句触发器、insteadof触发器和包含SQLPL复合语句的触发器。

    Supports before row triggers , after row and statement triggers , instead of triggers and triggers with SQL PL compound statements .

  4. 复合语句的特性引入了Python程序中的适当缩进特性,这使得Python程序易于读和理解。

    The nature of compound statements introduced the nature of proper indentation in Python programs , which makes Python programs easy to read and understand .

  5. Python也具有复合语句,即相关语句形成的语句组,其中包括简单和(可能)附加的复杂语句。

    Python also has what are known as compound statements : groups of related statements , including simple and ( possibly ) additional complex statements .

  6. 访问、添加和删除dictionary中的元素都很简单,而且dictionary很容易用于复合语句,比如if语句或for循环。

    Accessing , adding items to , and deleting items from a dictionary are all simple operations , and dictionaries can be easily incorporated into compound statements like an if statement or a for loop .

  7. 当键入if语句和终止的冒号,并按键盘上的回车键时,Python解释器就知道您输入了一个复合语句。

    When you type in the if statement and the terminating colon , then press Return ( or Enter ) on your keyboard , the Python interpreter realizes you have entered a compound statement .

  8. 当然应该类似,因为流控制语句就是复合语句。

    It should because flow control statements are compound statements .

  9. 复合语句漏掉花括号;

    The compound statement leaves out the brace ;

  10. 语句块由一个或多个简单语句和复合语句组成。

    The block of statements is made up of one or more simple and compound statements .

  11. 若发现相符的,就执行对应的语句(简单或复合语句)。

    If it finds a match , the corresponding statement ( simple or compound ) executes .

  12. 在本例中,缩进不是强制性的,就跟一个复合语句一样。

    In this instance , the indentation isn 't mandatory , as it is with a compound statement .

  13. 触发器支持行前触发器、行后触发器和语句触发器,触发器语句用过程语言复合语句编写。

    Triggers Supports before row triggers , after row and statement triggers with trigger statements written in procedure language compound statements .

  14. 一个复合语句包括一个流控制指令,后跟一个冒号(:),然后再是一个程序语句块。

    A compound statement consists of a flow control instruction , followed by a colon character (:), followed by a block of program statements .

  15. “语句”要么是用分号结尾的一个简单语句,要么是一个复合语句――封闭在括号内的一组简单语句。

    The statement means either a simple statement terminated by a semicolon or a compound statement , which is a group of simple statements enclosed in braces .