control flow
This commit is contained in:
@@ -6,6 +6,5 @@ fun test(a, b) {
|
||||
|
||||
int b =test(6, 3);
|
||||
|
||||
|
||||
print(a);
|
||||
print(b);
|
||||
Reference in New Issue
Block a user
@@ -6,6 +6,5 @@ fun test(a, b) {
|
||||
|
||||
int b =test(6, 3);
|
||||
|
||||
|
||||
print(a);
|
||||
print(b);
|
||||