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

3 lines
90 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
// create an enumeration with named constants
enum class Fruits { apple, banana, orange }