StrokesPlus.net Forum
»
General Discussion
»
General Discussion
»
a very simple question of loop in strokeplus.net
Rank: Newbie
Groups: Approved
Joined: 9/13/2021(UTC) Posts: 4  Thanks: 1 times
|
i = 0; for (i < 0) do do something end
it doesn't work, what is the correct Syntax ? thanks
|
|
|
|
Rank: Advanced Member
Groups: Moderators, Approved Joined: 4/23/2020(UTC) Posts: 161  Thanks: 46 times Was thanked: 22 time(s) in 17 post(s)
|
for(i = 0; i < 10; i++) {
}
for(i = 0; i < 10; i++) { if() { break; }
}
|
|
|
|
StrokesPlus.net Forum
»
General Discussion
»
General Discussion
»
a very simple question of loop in strokeplus.net
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The StrokesPlus.net Forum uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close