hubi
hubi copied to clipboard
Enums
Values could be limited to a certain amount of enumerated values
Keep in mind that in some languages, those values are like tokens themselves, while in others they are just like strings
And that some languages associate their "keys" to specific numbers in an orderly manner and others allow you to freely associate values
It is possible to make flags using enums