ID:2297655
 
Resolved
Chaining complex assignments like a = b[x++] = c now works correctly, by compiling code that avoids reusing the middle expression.
Applies to:Dream Maker
BYOND Version:511
Operating System:N/A
Web Browser:N/A
Status: Resolved (512.1386)

This issue has been resolved.
Chaining complex assignments like a = b[x++] = c does not work correctly.
Lummox JR resolved issue with message:
Chaining complex assignments like a = b[x++] = c now works correctly, by compiling code that avoids reusing the middle expression.