View Issue Details

IDProjectCategoryView StatusLast Update
0000500Gameplay + OpenGL[All Projects] Featurepublic2017-03-29 15:19
ReporterNash 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000500: Multiple variable assignment in for loop ZScript
Descriptionfor (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)
TagsNo tags attached.

Relationships

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2017-03-28 16:17 Nash New Issue
2017-03-29 15:19 Graf Zahl Status new => resolved
2017-03-29 15:19 Graf Zahl Resolution open => fixed