Skip to content

Instantly share code, notes, and snippets.

@AkshayChordiya
Last active July 10, 2017 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkshayChordiya/e74b94b6043cc129443e3a77f0ebe264 to your computer and use it in GitHub Desktop.
Save AkshayChordiya/e74b94b6043cc129443e3a77f0ebe264 to your computer and use it in GitHub Desktop.
Person setter with `with`
with(Person()) {
name = "Tony Stark"
age = 52
// More such stuff
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment