View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0000500 | Gameplay + OpenGL | [All Projects] Feature | public | 2017-03-28 16:17 | 2017-03-29 15:19 | 
| Reporter | Nash | ||||
| Assigned To | |||||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Summary | 0000500: Multiple variable assignment in for loop ZScript | ||||
| Description | for (int a = 0, b 20; a < 20; a++, b--) { } This was something that I used to be able to do with acc.exe. But in ZScript, you could only assign one variable - either a++, or b--, but not both. (The initializer part has no problem, just the assignment part at the end) | ||||
| Tags | No tags attached. | ||||
