RosettaCodeData/Task/Enumerations/Delphi/enumerations.pas
2024-10-16 18:07:41 -07:00

3 lines
92 B
ObjectPascal

type
fruit = (apple, banana, cherry);
ape = (gorilla = 0, chimpanzee = 1, orangutan = 5);