lape
lape copied to clipboard
variable or range type is not defaulting to first range limit
var A : 1..100; begin Assert(A = 0, 'Range'); // BUG should be 1 end.
I think this is just an unimplemented feature (it also affects enums), it's been known for a long time, and no-one seemed to care, which I guess is because few (if any) really use this feature that way.
I'll might have a look some time :b