control flow
This commit is contained in:
@@ -5,7 +5,7 @@ if (true) {
|
||||
|
||||
|
||||
|
||||
int i = 0;
|
||||
int i = -30;
|
||||
|
||||
while (i < 10) {
|
||||
i = i+1;
|
||||
|
||||
Reference in New Issue
Block a user