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

@@ -6,6 +6,5 @@ fun test(a, b) {
int b =test(6, 3);
print(a);
print(b);