declaration statement的意思
declaration statement中文翻譯:
[計]說明語句
相似詞語短語
comparative statement───[會計]比較報表
comparative statements───[會計]比較報表
fashion statement───時尚宣言
declaration of love───愛情宣言;愛的箴言(歌名,DeclarationofLove)
declaration of loves───愛的宣言
devolution settlement───轉移安置
mission statement───宗旨
release a statement───發表聲明
trading statement───購貨表,購銷表
雙語使用場景
You define a variable with a single declaration statement.───可以使用單個聲明語句定義變量。
This means that the value of a local constant is undefined until the constant declaration statement is reached and that a local variable is undefined until the variable is assigned to in the function.───這就意味著在到達常數聲明語句前局部常數值是未定義的,在函數中分配變量前局部變量是未定義的。
Every local variable must appear in a declaration statement before being used in any other kind of statement.───每個局部變量在用于其他任何類型的語句前必須出現在聲明語句中。
One more point before we move on: It is possible to declare two or more variables using the same declaration statement.───在我們繼續之前:用一個聲明語句來聲明兩個或者以上的變量是可以的。
Yes, two or more variables can be declared in a single declaration statement.───是的,兩個或者更多的變量是可以聲明在單個聲明語句當中的。
Generates code for the specified variable declaration statement.───為指定的變量聲明語句生成代碼。
To specify more than one Access method, use an additional attribute declaration statement.───若要指定多個Access方法,請額外使用一個屬性聲明語句。
An Imports statement follows a declaration statement within a source file.───Imports語句在源文件內位于聲明語句之后。