[fpc-pascal] Inline scoped enums

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Apr 7 08:52:43 CEST 2018


On Fri, 6 Apr 2018 21:38:59 +0300
Роман via fpc-pascal <fpc-pascal at lists.freepascal.org> wrote:

> How can this code
> {$scopedenums on}
> type
> 	Bar = set of (A, B, C);
> refer to A, B, C?

Bar.A

Mattias



More information about the fpc-pascal mailing list