[fpc-pascal] Feature announcement: Dynamic array extensions
Mark Morgan Lloyd
markMLl.fpc-pascal at telemetry.co.uk
Mon May 21 10:45:20 CEST 2018
On 20/05/18 12:30, Sven Barth via fpc-pascal wrote:
> ## "+" operator
> The compiler now implements a "+" operator for arrays which is the same
> as if Concat() would be called on the arrays.
> Note regarding backwards compatibility: existing "+" operator overloads
> for dynamic arrays no longer compile.
Does that only apply when both operands are compatible dynamic arrays,
or does it also break definition of + to append an element to an array?
--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk
[Opinions above are the author's, not those of his employers or colleagues]
More information about the fpc-pascal
mailing list