Skip to content

Instantly share code, notes, and snippets.

@barcharcraz
Created June 29, 2014 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save barcharcraz/8ce838a131b7e3e7c74c to your computer and use it in GitHub Desktop.
Save barcharcraz/8ce838a131b7e3e7c74c to your computer and use it in GitHub Desktop.
type TKind = enum
tkDef,
tkOther
type TTest = object
case kind: TKind
of TDef: value: int
of TOther: array[1..3, TTeset]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment