mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
while; range is now for; remove ++ and --
This commit is contained in:
@@ -57,6 +57,7 @@ struct Entity {
|
||||
struct {
|
||||
i32 field_index;
|
||||
i32 field_src_index;
|
||||
bool is_immutable;
|
||||
} Variable;
|
||||
i32 TypeName;
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user