Simplify addressing

This commit is contained in:
nub31
2025-09-08 20:22:44 +02:00
parent 2ff77a1f99
commit 671dc55449
5 changed files with 143 additions and 110 deletions

View File

@@ -19,7 +19,7 @@ struct Human : Printable
func main(args: []cstring): i64
{
let x: Printable = struct Human {
let x = struct Human {
name = "Oliver"
age = 23
}