您要查找的是不是:
- The body of a procedure is a compound statement. 过程的主体是复合语句。
- You can use control statements (CASE, IF, LOOP, and so on), including compound statements (BEGIN and END), in batches. 您可在批处理中使用控制语句(CASE、IF、LOOP)等,包括复合语句(BEGIN和END)。
- There is a case where some, but not all, of the statements within an atomic compound statement are executed. 可能会有这样的情况:执行了原子复合语句中的某些语句,但不是全部语句。
- Loop, which required discussing compound statements and the appropriate indentation of Python statements to indicate blocks of related Python code. 循环,讨论了复合语句以及适当缩进Python语句来指示相关Python代码块。
- The atomic compound statement fails and the effect of both UPDATE statements is undone. 该原子复合语句失败,并且两个UPDATE语句的结果被撤消。
- The body of a procedure or trigger consists of a compound statement as discussed in Using compound statements. 过程或触发器的主体由使用复合语句中讨论的复合语句组成。
- The nature of compound statements introduced the nature of proper indentation in Python programs, which makes Python programs easy to read and understand. 复合语句的特性引入了Python程序中的适当缩进特性,这使得Python程序易于读和理解。
- The compound statement starts with a BEGIN statement and concludes with an END statement. 复合语句以BEGIN语句起始,以END语句结束。
- The event handler includes one or more actions specified inside a compound statement (BEGIN. 事件处理程序包含一个或多个在复合语句(BEGIN。
- For example, compound statements are parsed before being executed, and escape sequences are transformed during this parsing, regardless of the WITH ESCAPES setting. 例如,复合语句在执行之前进行语分析,转义序列会在分析过程中被转换,而不论WITH ESCAPES如何设置。
- A compound statement , usually referred to as a block , is a (possibly empty) sequence of statements surrounded by a pair of curly braces. 复合语句,通常被称为块,是用一对花括号括起来的语句序列(也可能是空的)。
- The CREATE PROCEDURE statement itself contains both the RESULT specification and the compound statement that forms its body. CREATE PROCEDURE语句本身包含RESULT规范以及构成其主体的复合语句。
- Exception-name The name of an exception declared using a DECLARE statement at the beginning of the current compound statement. exception-name在当前复合语句的开头使用DECLARE语句声明的例外的名称。
- Braces { and } are used to group declarations and statements together into a compound statement, or block, so that they are syntactically equivalent to a single statement. 用一对花括号“{”与“}”把一组声明和语句括在一起就构成了一个复合语句(也叫作程序块),复合语句在语法上等价于单条语句。
- Within an exception handler, RESIGNAL allows you to quit the compound statement with the exception still active, or to quit reporting another named exception. 在例外处理程序中,RESIGNAL允许在例外仍在活动时退出复合语句,或停止报告其它指定的例外。
- If an atomic compound statement succeeds, the changes made within the compound statement take effect only if the currently executing transaction is committed. 如果原子复合语句成功,则在复合语句中进行的更改仅在提交当前执行的事务时才生效。
- Statement and the terminating colon, then press Return or Enter on your keyboard, the Python interpreter realizes you have entered a compound statement. 语句和终止的冒号,并按键盘上的回车键时,Python解释器就知道您输入了一个复合语句。
- When a compound statement is entered interactively, it must be followed by a blank line to indicate completion (since the parser cannot guess when you have typed the last line). 交互式的输入一个复杂语句时,需要用一个空行表示完成(因为解释器没办法猜出你什么时候输入最后一行)。
- Note that a (top-level) compound statement must be followed by a blank line in interactive mode; this is needed to help the parser detect the end of the input. 请注意一个(顶层)复合语句后面在交互模式下必须跟着一个空行;需要用它来帮助解释器检测输入的结束。
- A compound statement that uses curly braces to mark a block of code, such as a conditional test or loop, does not need a semicolon after a closing brace. 它是这个语言最低级的语法,指定变量名外表特征如何、使用什么字符来注释、如何把每个程序指令分隔开等等诸如此类的事情。