Continue

Continue[]

手続き型プログラムにおいて,最も近いところで閉じているDoForUntilまたはWhile等の次の反復に進む.

詳細

  • Continue[]は,他の関数に含まれている場合でも,評価されると同時に有効になる.
  • ThrowCatchを使っても,Continueの機能が発揮できる.

例題

すべて開くすべて閉じる

  (1)

Continueを使って1から10までの数だけの和を求める:

スコープ  (1)

Doループの内側でContinueを使う:

Forループの内側でContinueを使う:

Whileループの内側でContinueを使う:

特性と関係  (1)

Breakはループから脱出する:

Wolfram Research (1988), Continue, Wolfram言語関数, https://reference.wolfram.com/language/ref/Continue.html (2022年に更新).

テキスト

Wolfram Research (1988), Continue, Wolfram言語関数, https://reference.wolfram.com/language/ref/Continue.html (2022年に更新).

CMS

Wolfram Language. 1988. "Continue." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2022. https://reference.wolfram.com/language/ref/Continue.html.

APA

Wolfram Language. (1988). Continue. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Continue.html

BibTeX

@misc{reference.wolfram_2024_continue, author="Wolfram Research", title="{Continue}", year="2022", howpublished="\url{https://reference.wolfram.com/language/ref/Continue.html}", note=[Accessed: 22-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_continue, organization={Wolfram Research}, title={Continue}, year={2022}, url={https://reference.wolfram.com/language/ref/Continue.html}, note=[Accessed: 22-November-2024 ]}