RosettaCodeData/Task/Enumerations/Delphi/enumerations.delphi
2019-09-12 10:33:56 -07:00

3 lines
92 B
Text

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