0
0
llucycodes42
The code above sets flag to true while it's executing, and then it sets it to false once the while loop ends.
Shortcut: rz_while
@{ var flag = true; }
@while ()
{
= false;
}
0
0
llucycodes42
The code above sets flag to true while it's executing, and then it sets it to false once the while loop ends.
Shortcut: rz_while
@{ var flag = true; }
@while ()
{
= false;
}