Joshua Ma schrieb am 30.05.2017 um 22:56:> We're going to fix usages of this to> instead do (a = b && a = c) instead of (a = b = c). That has to be (a = b AND a = c)
The && operator is not valid for booleans