青年中文青年中文

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.