Darek Mazur wrote: > Hi > > It will be very nice to may use enumeration types with expressions in FPC in > mode DELPHI. > > > TYPE > info = (info1 := 1, info3:=3 ); > > Darek Delphi uses = to do so and this is supported by fpc.