Field access now works, somehow! It was easier then I thought,
probably introduced a bunch of bugs though
This commit is contained in:
9
examples/any_and_variadic_args.core
Normal file
9
examples/any_and_variadic_args.core
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
main :: (): int
|
||||
a := 10
|
||||
b := 20
|
||||
values := []Any{a, b}
|
||||
|
||||
c := values[0].data
|
||||
|
||||
return 0
|
||||
Reference in New Issue
Block a user