Re: Interesting shortcut syntax for filling arrays with common value: vByteSorted[0..255] := false;



Skybuck Flying пишет:
One could simply write:

vByteSorted[0..255] := false;

Would be nice ! :)

In Ada you can write vByteSorted := (others => False);

that's much cleanier IMHO

--
If you want to get to the top, you have to start at the bottom
.