compound statement信息详情

compound statement发音

意思翻译

复合语句

相似词语短语

compound───n.[化学]化合物;混合物;复合词;有围栏(或围墙)的场地(内有工厂或其他建筑群);adj.复合的;混合的;v.合成;混合;恶化,加重;和解,妥协

statement───n.声明;陈述,叙述;报表,清单

buffing compound───磨光剂;抛光剂

palatial compound───腭复合体

patching compound───修补混合料

chloroamine compound───氯胺化合物

dichromate compound───重铬酸盐化合物

glazing compound───镶玻璃材料;玻璃油灰;玻璃密封胶

reduplicative compound───重叠复合词

双语使用场景

left curly brace) should be at the end of the line that begins the compound statement.───左大括号)应在复合语句其实行的结尾处。

Unlike the other compound statements, the do statement always ends with a; (semicolon).───不像别的复合语句,do语句总是以;(分号)结尾。

compound statement enclosed in parentheses may appear as an expression in GNU c.───在gnu C中。一个包在圆括号里的复合声明有可能是作为表达式的。

A compound statement , usually referred to as a block , is a (possibly empty) sequence of statements surrounded by a pair of curly braces .───复合语句,通常被称为块,是用一对花括号括起来的语句序列(也可能是空的)。

Exception-name The name of an exception declared using a DECLARE statement at the beginning of the current compound statement.───exception-name在当前复合语句的开头使用DECLARE语句声明的例外的名称。

The body of a procedure or trigger consists of a compound statement as discussed in Using compound statements .───过程或触发器的主体由使用复合语句中讨论的复合语句组成。

The compound statement starts with a BEGIN statement and concludes with an END statement.───复合语句以BEGIN语句起始,以END语句结束。

This happens when an exception handler within the compound statement deals with an error.───当复合语句中的异常处理程序处理错误时可能发生上述情况。

The body of a procedure is a compound statement.───过程的主体是复合语句。

英语使用场景

A compound statement enclosed in parentheses may appear as an expression in GNU C.

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.

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).

Recall that a compound statement is a sequence of statements surrounded by braces; in this construct, parentheses go around the braces.

The last thing in the compound statement should be an expression followed by a semicolon; the value of this subexpression serves as the value of the entire construct.

A compound statement , usually referred to as a block , is a (possibly empty) sequence of statements surrounded by a pair of curly braces .

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

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.

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.