RosettaCodeData/Task/Enumerations/Delphi/enumerations.delphi

5 lines
97 B
Plaintext

type
TFruit = (Apple, Banana, Cherry);
TApe = (Gorilla = 0, Chimpanzee = 1, Orangutan = 5);