[fpc-pascal] Feature proposal: function-based assignment operators
Jürgen Hestermann
juergen.hestermann at gmx.de
Thu Mar 28 18:14:50 CET 2013
Benito van der Zander wrote:
>> Luckily this can be written as
>> array1[array2[i]] += 42;
>>
I would use Pascal (not C) and write
inc(array1[array2[i]],42);
More information about the fpc-pascal
mailing list