Introduction

Pascal: any ordinal type (integer, Boolean, char, enumeration) Ada: integer or enumeration (includes Boolean and char) Java: integer types only. C, C++, Perl, and Fortran do not specify range checking of subscripts. Java, ML, C# specify range checking. Ada checks the range of all subscripts, but this feature can be disabled by the programmer. ................
................