fix comptime specialization, implement io.print

This commit is contained in:
2026-07-15 08:24:50 +02:00
parent 0b2055d64b
commit 1165cfb7c0
7 changed files with 733 additions and 155 deletions
+1
View File
@@ -77,6 +77,7 @@ main func() i32 {
return 4
}
field!(&numbers, "2") += 1
debug.print("hello!\n", {})
debug.print(format(), {
numbers.2,
"bro",