[fpc-pascal] New feature: IfThen() intrinsic
Marcos Douglas
md at delfire.net
Tue Feb 2 19:20:27 CET 2016
On Tue, Feb 2, 2016 at 4:10 PM, Martin <fpc at mfriebe.de> wrote:
> Also there are many who want assignments
> X := inline y := 1;
> Now that might be looking nice if all you do is set 10 variables to 1.
> But
> x := inline if inline y := foo() > inline z := bar() then inline m:= 1 else
> inline m:=2;
> *OUCH*!!
As Sven wrote:
"Everything can be abused..."
But Ok, I understood your point.
Marcos Douglas
More information about the fpc-pascal
mailing list