Last active
December 16, 2015 20:09
-
-
Save ishults/e74225b9a41fd28795e0 to your computer and use it in GitHub Desktop.
Regular assignment
This file contains hidden or 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
Dog dog = new Dog() | |
//... | |
dog.name = 'Rex' | |
dog.age = 2 | |
dog.color = Color.BLACK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment