Closed chenhsi closed 10 years ago
The two ones that should be implemented are "a ? b : c" and "a < b < c". Expression needs to be able to recognize these. The latter will particularly annoying, to distinguish with normal comparisons.
The two ones that should be implemented are "a ? b : c" and "a < b < c". Expression needs to be able to recognize these. The latter will particularly annoying, to distinguish with normal comparisons.