StrokesPlus.net
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
rootstock  
#1 Posted : Sunday, January 22, 2023 5:15:36 AM(UTC)
rootstock

Rank: Newbie

Reputation:

Groups: Approved
Joined: 9/13/2021(UTC)
Posts: 4
China

Thanks: 1 times
i = 0;
for (i < 0) do
do something
end

it doesn't work, what is the correct Syntax ? thanks
soooulp  
#2 Posted : Tuesday, January 24, 2023 9:35:29 AM(UTC)
soooulp

Rank: Advanced Member

Reputation:

Groups: Moderators, Approved
Joined: 4/23/2020(UTC)
Posts: 161
China

Thanks: 46 times
Was thanked: 23 time(s) in 17 post(s)
for(i = 0; i < 10; i++) {

}


for(i = 0; i < 10; i++) {
if() {
break;
}

}
Users browsing this topic
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.