| 例文 |
"continue statement"を含む例文一覧と使い方
該当件数 : 9件
6.11 The continue statement 例文帳に追加
6.11 continue 文 - Python
Continues a loop due to a continue statement. target is the address to jump to (which should be a FOR_ITERinstruction).例文帳に追加
continue文があるためループを継続します。 - Python
A continue statement is illegal in the finally clause.(The reason is a problem with the current implementation -- this restriction may be lifted in the future).例文帳に追加
例外に関するその他の情報は4.2 節にあります。 - Python
When a return, break or continue statement is executed in the try suite of a try...finallystatement, the finally clause is also executed `on the way out.'例文帳に追加
try...finally 文の try スイート内でreturn、 break、または continue 文が実行された場合、finally 節も `抜け出る途中に (on the way out)'実行されます。 - Python
A continue statement executed in the first suite skips the rest of the suite and goes back to testing the expression.例文帳に追加
continue 文が最初のスイート内で実行されると、スイート内にある残りの文の実行をスキップして、式の真偽評価に戻ります。 - Python
A continue statement executed in the first suite skips the rest of the suite and continues with the next item, or with the else clause if there was no next item.例文帳に追加
continue 文が最初のスイート内で実行されると、スイート内にある残りの文の実行をスキップして、式の真偽評価に戻ります。 - Python
A continue statement is illegal in the finally clause. (The reason is a problem with the current implementation - this restriction may be lifted in the future).例文帳に追加
finally 節での continue 文の使用は不正となります(理由は現在の実装上の問題にあります -- この制限は将来解消されるかもしれません)。 - Python
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|