On Wed, Nov 2, 2016 at 7:30 PM, Jon Elson <elson at pico-systems.com> wrote:
I was VERY pleased to discover FPC (Free Pascal
Compiler) which implements
the Borland and DEC extensions very well.
On the other hand, I *despise* that they've conflated pointers with arrays,
like C does.
In "real" Pascal, you can certainly have a pointer to an array, but you
have to declare it that way. You can't index pointers.