Pascal is a programming language, it's very used by the beginner programmers by its simple code.
3
votes
2answers
73 views
Subranges in Pascal
I'm reading some Pascal code and everything is pretty straightforward except subranges. In the program I'm reading there's a variable d with the following type declaration:array[0..22] of 0..15; ...