RosettaCodeData/Task/Enumerations/Delphi/enumerations.delphi

4 lines
92 B
Plaintext

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