I have been programming for about 14 years, mainly in different Pascal dialects. Two years in old Pascal (TP7), few years in Delphi (mostly Delphi 7), few years in C/C++ and the last 6 years in Free Pascal.
And I'm still of the opinion that the Pascal syntax (including Free Pascal) is too long and some of the current code constructions too old for this language to be actually pleasant — the syntax should be more condensed and more functional. In addition, some designs are a real abomination, such as variant records — who the hell came up with this? Probably Borland.
The second big problem with this language is the fact that a lot of its users probably remember the American Civil War and are struggling with virtually every suggestion about extending the language's functionality or shortening the syntax, giving some nonsense reasons to reject the offer.
The third problem is the panic fear of structures borrowed from C-style languages, despite the fact that they allow you to significantly shorten the code, without reducing its readability at all. Most developers use such constructions and somehow live. But some could not use this type of construction because probably they would hurt themselves, so don't implement! Like a gardener's dog...
Free Pascal's syntax should be revolutionized so that this language comes out of the shadows and ceases to be perceived by developers around the world as old and useless nowadays. But IMO this is fight the windmills.
As for the main suggestion, I like it — I would like it to be allowed. Assigning one value to many variables at once in one expression too. Assigning multiple values to many multiple variables in Lua-style also.