While Loops
CSGNetwork FREE Source Code, Javascript Source, and Code Snippets!

 
CSGNetwork
Snippets
Calculators
Home
Back



Right click this window and select "view source" in order to copy the source for this script.

Explanation:

i equal to 5 to start.

While i is less than , or equal to, 10, the loop will continue to run.

i will increase by 1 each time the loop runs.