For
詳細
- Forは,非標準的な方法でその引数を評価する.
- For[start,test,incr]は,本体がヌルのループを実行する.
- 評価の順番は,test,body,incr の順である.Forは,test が真を与えないと直ちにループから抜け出す.
- body の評価の際,Break[]が実行されると,Forループを抜け出す.
- Continue[]は,body の評価から抜け出し,incr を評価することでループを続行する.
- 明示的なReturnが使用されない限り,Forが返す値はNullである.
- For[tot=0;i=0,i<3,i++,tot+=f[i]]では,セミコロンとコンマの役割がC言語におけるそれと入れ替わっていることに注意.
例題
すべて開くすべて閉じる
Wolfram Research (1988), For, Wolfram言語関数, https://reference.wolfram.com/language/ref/For.html.
テキスト
Wolfram Research (1988), For, Wolfram言語関数, https://reference.wolfram.com/language/ref/For.html.
CMS
Wolfram Language. 1988. "For." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/For.html.
APA
Wolfram Language. (1988). For. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/For.html