index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
accept
/
compile
/
tenum.nim
blob: 6e53b9c083e5057ea0eca31bc555c682ad8c6799 (
plain
) (
tree
)
405b86068
1
2
3
4
5
6
7
8
# Test enums
type
E
=
enum
a
,
b
,
c
,
x
,
y
,
z
var
en
:
E
en
=
a