Closed agacek closed 11 years ago
It would be nice if JKind allowed constant expressions in subrange types, e.g.
const N = 10; ... x : subrange [N, N+3] of int;
I've come to see subranges just as poor man's enumerations and as such this feature no longer seems as important.
It would be nice if JKind allowed constant expressions in subrange types, e.g.