|
|
|
|
|
by bsimpson
4330 days ago
|
|
FWIW, I've seen the double-equals syntax in GSS as well. It's a common idiom in the constraint programming community; it's supposed to symbolize that the two sides change in sync -- container.TOP can change button.TOP or vice-versa. I see your argument about overloaded operators being dangerous for newcomers, but the syntax isn't completely fabricated. |
|