Skip to content

Instantly share code, notes, and snippets.

@dom96
Created April 6, 2017 09:57
Show Gist options
  • Save dom96/1f80ede7622e281be21b4f0a77169352 to your computer and use it in GitHub Desktop.
Save dom96/1f80ede7622e281be21b4f0a77169352 to your computer and use it in GitHub Desktop.
type
SomeObj = object
case type: SomeEnum
of a, b:
name: string
of a:
age: int
of b:
color: string
of c:
name: int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment