[fpc-devel] Feature announcement: Type helpers

Michael Schnell mschnell at lumino.de
Wed Feb 6 12:24:25 CET 2013


On 02/06/2013 12:13 PM, Henry Vermaak wrote:
>   I can see the point, but can't
> help to think that I'll be reading code like this soon:
>
> s := '(' + x.ToString + ', ' + y.ToString + ')';
>
> Instead of
>
> s := Format('(%d, %d)', [x, y]);
In fact to me the first expression does look really nice (even though I 
am 60 Years old and do Pascal since the "Turbo" days and C since ages, 
ad strongly dislike weakly typed languages).

-Michael



More information about the fpc-devel mailing list