Skip to content

Instantly share code, notes, and snippets.

@vext01
Last active January 5, 2021 16:17
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 vext01/cc538135175d232bf0b03297bbd29258 to your computer and use it in GitHub Desktop.
Save vext01/cc538135175d232bf0b03297bbd29258 to your computer and use it in GitHub Desktop.
let a = ...
let b = ...
if ... {
let z = a
} else {
let z = b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment