[fpc-pascal] Changing variable in conditional

Marco van de Voort marcov at stack.nl
Wed Jan 9 19:42:29 CET 2013


In our previous episode, Mark Morgan Lloyd said:

> [a, b, c] := (d = e);
> 
> would have been minimally acceptable.

Did you really mean that or did you mean 

 [a, b, c] := (d := e);

? :-)



More information about the fpc-pascal mailing list