range type checks - this is a runtime check -> whether an assigned value to a range type is in range of that type example: ``` var a: 1..10; begin readln(a); end. ```
range type checks - this is a runtime check -> whether an assigned value to a range type is in range of that type
example: