RosettaCodeData/Task/Enumerations/Delphi/enumerations.delphi
2023-07-01 13:44:08 -04:00

3 lines
92 B
Text

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