Hi everyone :)

In c# I can do something like this:
    
    
    type
      State = enum
        Corona = 0,
        Virus = 1,
        All = Corona and Virus
    
    
    Run

Is it possible in Nim? If yes how to achieve that?

Reply via email to