| |
LCS-2016-059a |
| |
1 {25-Jan-2017} 2 {14-Feb-2017} |
| |
14-Feb-2017 |
| |
Voting |
| |
Patrick Lehmann Martin Zabel |
| |
Main.PatrickLehmann Main.MartinZabel |
| |
- - - - |
| |
Remove the limit that only discrete array types can be ordered. |
function MINIMUM (L, R: T) return T; function MAXIMUM (L, R: T) return T;
| Operator | Operation | Operand type | Result type |
|---|---|---|---|
| = | Equality | Any type, other than a file type or a protected type |
BOOLEAN |
| /= | Inequality | Any type, other than a file type or a protected type |
BOOLEAN |
| < | Ordering | Any scalar type or | BOOLEAN |
| <= | |
||
| > | array type | ||
| >= | |||
| [...] |