This commit is contained in:
nub31
2025-09-10 16:32:59 +02:00
parent 16b86ea1c7
commit f25d003432
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)
// }