[fpc-pascal] Merging units

Sven Barth pascaldragon at googlemail.com
Fri Oct 2 21:55:48 CEST 2020


Am 02.10.2020 um 19:55 schrieb Ryan Joseph via fpc-pascal:
> Any ideas of solutions or preferred approaches? Is it feasible to add an "imports" clause to Pascal or are there other pitfalls?
The preferred solutions are indeed either to put everything in one unit 
(includes or not) or to have the user add multiple units. Though the 
later isn't that much of a problem when one uses a capable IDE that can 
help here.

Regards,
Sven


More information about the fpc-pascal mailing list