enum, union

This commit is contained in:
agra
2026-02-14 13:17:22 +02:00
parent 4ff828fd1a
commit 025b790411
14 changed files with 537 additions and 245 deletions

View File

@@ -1,7 +1,7 @@
#import "modules/std.sx";
main :: () {
list := List(s32).{};
list : List(s32) = .{};
append(list, 1);