Wanky constant in structs sort of working but long way to go

This commit is contained in:
Krzosa Karol
2022-05-30 18:46:01 +02:00
parent 980a3b68b9
commit a9b0318720
5 changed files with 32 additions and 45 deletions

View File

@@ -23,7 +23,7 @@ Arena :: struct
constant_outside :: 10000
get_len :: (s: *Arena): int
return s.next.len
return s.next.constant_inside
string16: Str16