Created
January 11, 2018 05:38
-
-
Save agoiabel/643964eabf18036bda1f01e886a34d0f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
myDog: Dog = Dog(name: "Molly", breed: "Chichihua", age: 1) | |
myDog.myDogDetail() //will return:: Molly belongs to Chichihua and 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment