control flow

This commit is contained in:
Peter
2024-01-15 08:30:03 +01:00
parent 1b4d8d622d
commit 613fa9ab1a
16 changed files with 400 additions and 23 deletions

View File

@@ -5,7 +5,7 @@ if (true) {
int i = 0;
int i = -30;
while (i < 10) {
i = i+1;