Skip to content

Instantly share code, notes, and snippets.

@ishults
Last active December 16, 2015 20:09
Show Gist options
  • Save ishults/4c8527713c55596001fc to your computer and use it in GitHub Desktop.
Save ishults/4c8527713c55596001fc to your computer and use it in GitHub Desktop.
Non-working example of multiple assignment
Dog dog = new Dog()
//...
(dog.name, dog.age, dog.color) = ['Rex', 2, Color.BLACK] // Does not work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment