Collect all declared variables at start of program execution
This commit is contained in:
@@ -8,7 +8,7 @@ fun fib(n) {
|
||||
|
||||
int n = 0;
|
||||
|
||||
while (n < 5) {
|
||||
while (n < 8) {
|
||||
print(fib(n));
|
||||
n = n + 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user