Community
Participate
Working Groups
In the following example, the assignment operator is treated as if it is the equality operator: if (a > b) c = d; WORKAROUND: Simple use the old syntax: if (a > b) c := d;
I can take a look at this.
This has been fixed in 0.9.1