Blockland Forums > Modification Help
continue;
(1/1)
Jasa1:
What does it do and how do I use it?
otto-san:
continue; just makes a for/while loop skip the current iteration.
Chrono:
for(%x=0;%x<10;%x++)
{
continue;
echo("cheetos");
}

will do nothing, but will loop through 10 times.
Jasa1:
I could use this. Thanks for telling me.
Navigation
Message Index

Go to full version