While
Details
- While[test] does the loop with a null body.
- If Break[] is generated in the evaluation of body, the While loop exits.
- Continue[] exits the evaluation of body, and continues the loop.
- Unless an explicit Return is used, the value returned by While is Null.
- Note that in an example like i=0;While[i<0,tot+=f[i];i++] the roles of ; and , are reversed relative to C-like programming languages.
Examples
open allclose allApplications (2)
Wolfram Research (1988), While, Wolfram Language function, https://reference.wolfram.com/language/ref/While.html.
Text
Wolfram Research (1988), While, Wolfram Language function, https://reference.wolfram.com/language/ref/While.html.
CMS
Wolfram Language. 1988. "While." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/While.html.
APA
Wolfram Language. (1988). While. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/While.html