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
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to