mutable decl syntax change
This commit is contained in:
@@ -17,7 +17,7 @@ identity c_func(value State) State {
|
||||
}
|
||||
|
||||
main func() i32 {
|
||||
state State = identity(.running)
|
||||
state State := identity(.running)
|
||||
values [2]State :: [.started, State.stopped]
|
||||
animal animals.Animal :: animals.Animal.dog
|
||||
if same(state, .running) and
|
||||
|
||||
Reference in New Issue
Block a user