Field access now works, somehow! It was easier then I thought,
probably introduced a bunch of bugs though
This commit is contained in:
@@ -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