RosettaCodeData/Task/Enumerations/Delphi/enumerations.delphi

4 lines
92 B
Text
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
type
2019-09-12 10:33:56 -07:00
fruit = (apple, banana, cherry);
ape = (gorilla = 0, chimpanzee = 1, orangutan = 5);