index
:
hobgoblin
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
05-enum
/
src
/
numbers.hob
blob: 125082d47338b3212c16c1c713b17083d66b2548 (
plain
)
1
2
3
4
5
6
/// A small number. enum SmallNumber { variant zero; variant one; variant two; }