-
Notifications
You must be signed in to change notification settings - Fork 1
Enum
justinmann edited this page Dec 24, 2017
·
1 revision
enum catTypes(
furry
sleepy
)
enum listTypes(commaSeperated, returnSeperated, both)
enum precise(four : 4, five : 5)
c : catTypes.furry