add enum support
This commit is contained in:
parent
622f0e8d81
commit
9781a28df7
4 changed files with 60 additions and 0 deletions
|
@ -79,3 +79,9 @@ pub mut:
|
|||
pub mut mut:
|
||||
f int
|
||||
}
|
||||
|
||||
enum Color {
|
||||
red green blue
|
||||
cyan
|
||||
alpha
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue