[fpc-devel] Multiple variable initialization

Anthony Walter sysrpl at gmail.com
Sat Mar 24 14:50:18 CET 2018


If you were going to patch I'd also consider allowing:

program Test;
var
  B, C: Integer = 0, 1;  // sets B = 0, and C = 1
begin
end.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-devel/attachments/20180324/e023b239/attachment.html>


More information about the fpc-devel mailing list