type
      unordered_enum = enum
        a = 100
        b
        c = 50
        d
    
    
    Run

What should the value of `b` and `d`? OR it should be disallowed?

Reply via email to