lape icon indicating copy to clipboard operation
lape copied to clipboard

variable or range type is not defaulting to first range limit

Open 3FLLC opened this issue 8 years ago • 1 comments

var A : 1..100; begin Assert(A = 0, 'Range'); // BUG should be 1 end.

3FLLC avatar Jun 03 '16 02:06 3FLLC

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

slackydev avatar Jun 08 '16 10:06 slackydev