Relative Content

Tag Archive for pascal

Whatever happened to Pascal? [duplicate]

This question already has answers here: Why has C prevailed over Pascal? [closed] (10 answers) Closed 11 years ago. In reading this blog post about Photoshop 1.0 I was surprised to learn that it was written in Pascal (Object Pascal to be exact). But you never hear about Pascal anymore. Why is that? programming-languages history […]

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; there’s then the following procedure: