Even more proof that I’m right about Pascal typed constants

At this point… I’m beating a dead horse. My previous post about this. I found another book “Object Pascal Handbook” by Marco Cantù. He includes a note in his constants section (He describes it as odd)… Oddly enough, Object Pascal does allow you to change the value of a typed constant at run-time,as if it …

Further proof that I’m right about Pascal typed variables

Specifically pre-initializing arrays in the const section. Wasn’t even looking for this… honest. But I decided it’s probably best that I teach myself Pascal OOP, rather than listen to an instructor who is not particularly interested in doing things new ways… because it might break his code. So I have this Pascal book in my …