Comment by cyberax
3 hours ago
It was not. It just made any dynamic structures so painful that few programmers used them.
But it _did_ have range checks for array access.
3 hours ago
It was not. It just made any dynamic structures so painful that few programmers used them.
But it _did_ have range checks for array access.
> It just made any dynamic structures so painful that few programmers used them
What's an example of the pain?
Awkward syntax for pointer access, for one thing.
What's awkward about the syntax? It's straightforward:
https://docwiki.embarcadero.com/RADStudio/Florence/en/Pointe...
https://castle-engine.io/modern_pascal#_pointers
2 replies →