09.12.2015, 23:12
Questions in comments:
Thanks
Код:
enum someEnum { var1, var2, var3, var4, var5, // On the last variable here does it matter if there's a coma or not? I like to put it cause it looks neat? }; // Is the semicolon necessary here?