Hi everyone :)
In c# I can do something like this:
type
State = enum
Corona = 0,
Virus = 1,
All = Corona and Virus
RunIs it possible in Nim? If yes how to achieve that?
Hi everyone :)
In c# I can do something like this:
type
State = enum
Corona = 0,
Virus = 1,
All = Corona and Virus
RunIs it possible in Nim? If yes how to achieve that?