Skip to content

Instantly share code, notes, and snippets.

@artturijalli
Created January 17, 2022 13:10
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 artturijalli/9bd70dd53d85a7e7d7b52e8ce94dfa67 to your computer and use it in GitHub Desktop.
Save artturijalli/9bd70dd53d85a7e7d7b52e8ce94dfa67 to your computer and use it in GitHub Desktop.
let coords = (x: 1, y: 3, z: 2)
let x = coords.x
let y = coords.y
let z = coords.z
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment