RosettaCodeData/Task/Enumerations/Fantom/enumerations-1.fantom
2023-07-01 13:44:08 -04:00

2 lines
90 B
Text

// create an enumeration with named constants
enum class Fruits { apple, banana, orange }