>> How can this code >> {$scopedenums on} >> type >> Bar = set of (A, B, C); >> refer to A, B, C? > Bar.A > Actually Bar.A won't work, notice the "set of". Same problem with var x: (a, b, c). I wonder could they make such code to not compile at all... _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
- [fpc-pascal] Inline scoped enums Роман via fpc-pascal
- Re: [fpc-pascal] Inline scoped enums Mattias Gaertner
- Re: [fpc-pascal] Inline scoped enums Mattias Gaertner
- Re: [fpc-pascal] Inline scoped enum... Mattias Gaertner
- Re: [fpc-pascal] Inline scoped enums Роман via fpc-pascal
- Re: [fpc-pascal] Inline scoped enums Alexander Grotewohl