RosettaCodeData/Task/Enumerations/Delphi/enumerations.pas

4 lines
92 B
ObjectPascal
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
type
fruit = (apple, banana, cherry);
ape = (gorilla = 0, chimpanzee = 1, orangutan = 5);