Re: [fpc-pascal] Array slices

2007-11-11 Thread Daniƫl Mantione
Op Sun, 11 Nov 2007, schreef Christos Chryssochoidis: > Hello all, > > A while ago in one of the FPC lists I had read that FPC 2.2.0 supports array > slices. So I made a program to test this feature: > > > program Test_Slices; > > > > procedure Test(C : array of Integer); > > begin > > end;

[fpc-pascal] Array slices

2007-11-11 Thread Christos Chryssochoidis
Hello all, A while ago in one of the FPC lists I had read that FPC 2.2.0 supports array slices. So I made a program to test this feature: program Test_Slices; procedure Test(C : array of Integer); begin end; var A : array of Integer; B : array of Integer; begin setLengt