Simplify addressing

This commit is contained in:
nub31
2025-09-08 20:22:44 +02:00
parent 3295f76001
commit 343d515f37
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
}