RosettaCodeData/Task/Enumerations/Fantom/enumerations-1.fantom

3 lines
90 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
// create an enumeration with named constants
enum class Fruits { apple, banana, orange }