[fpc-devel] Proposal: Enhanced replacement for assignment operators

Sven Barth pascaldragon at googlemail.com
Fri Aug 6 10:50:10 CEST 2010


Am 05.08.2010 23:09, schrieb _-jane-_ at web.de:
>>> a<<  := 1;
>
>>> a,b<<  := 1;
>
> BTW: I wrote<<  by mistake; it should have been shl.

Just as a sidenote: FPC understands "<<" and ">>" as well (they are 
completly equal to "shl" and "shr")

Regards,
Sven



More information about the fpc-devel mailing list