We could restrict the initialze part to assignments only. But I am unsure of the implications.I got a question about what happens with this code: int j; for({j=2; int d = 3; } j+d<7; {j++; d++;}) { }[...]
How did you find this case?
We could restrict the initialze part to assignments only. But I am unsure of the implications.I got a question about what happens with this code: int j; for({j=2; int d = 3; } j+d<7; {j++; d++;}) { }[...]
How did you find this case?