Imagine the following function:
isMartin := func(p Person)bool{ return p.Name == "Martin" }
Is it possible to print the body of