Hello(animal:)¶
Says hello to a Animal.
Declaration
func Hello(
animal: Animal
) -> String
Parameters
animal: An animal to say hello to.
Discussion
Returns A hello text.
Hello(animal:)¶Says hello to a Animal.
Declaration
func Hello(
animal: Animal
) -> String
Parameters
animal: An animal to say hello to.
Discussion
Returns A hello text.