8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
// Can't assign to type "const int32"
|
|
|
|
int foo() {
|
|
foreach (i = 0 ... 10) {
|
|
++i;
|
|
}
|
|
}
|