Skip to content

Instantly share code, notes, and snippets.

@hk1ll3r
Created January 27, 2020 23:07
Show Gist options
  • Save hk1ll3r/28653e04ae74e88545442df643c2341d to your computer and use it in GitHub Desktop.
Save hk1ll3r/28653e04ae74e88545442df643c2341d to your computer and use it in GitHub Desktop.
// mix and match
float y;
(float x, y) = GetPosition();
// throw away some returned values
(float x, _) = GetPosition();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment