RosettaCodeData/Task/Enumerations/Go/enumerations-1.go
2015-02-20 00:35:01 -05:00

5 lines
40 B
Go

const (
apple = iota
banana
cherry
)