<p dir="ltr">On 28 Nov 2017 9:04 PM, "Роман via fpc-pascal" <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> wrote:<br>
> Can I run SortAndInitialize before 'main' without additional user actions?</p>
<p dir="ltr">Maybe not exactly what you want but you could probably add the SortAndInitialize procedure to the initialization section of a new unit and add this unit as the last unit to your program. </p>
<p dir="ltr">This use case is probably a good candidate for using the "section" modifier to specify initialization sequence. Unfortunately not available in the compiler for code sections AFAIK. </p>