[fpc-pascal] Declaration of arrays
Rainer Stratmann
rainerstratmann at t-online.de
Mon Jun 17 22:06:46 CEST 2013
For some days I have the mikroPascal Compiler from Mikroelektronika.
And I am satisfied with it.
http://www.mikroe.com/mikropascal/avr
With that product the declaration of an array is also possible with only one
number.
For example:
var test : array[ 10 ] of byte;
Like in C.
That would make migration from C to Pascal easier.
Is it posssible to integrate this in Freepascal also?
More information about the fpc-pascal
mailing list