This commit is contained in:
nub31
2025-09-10 16:32:59 +02:00
parent e02399e102
commit 32190b3bea
8 changed files with 168 additions and 182 deletions

View File

@@ -23,12 +23,12 @@ func main(args: []cstring): i64
age = "23"
}
test(x&)
puts(x.age)
return 0
}
func test(human: ^Human)
{
puts(human^.name.last)
}
// func test(human: ^Human)
// {
// puts(human^.name.last)
// }