1 2 3 4 5 6 7 8 9 10
type TCardPts = enum North, West, South, East TCardPts2 = enum of TCardPts N, W, S, E # If I do: var y = W echo($y & "=" & $ord(y)) #OUT W=5