Skip to content

Instantly share code, notes, and snippets.

@lethalbrains
Last active July 12, 2017 09:45
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 lethalbrains/1a580e3534fb947d47dd984913f21c6f to your computer and use it in GitHub Desktop.
Save lethalbrains/1a580e3534fb947d47dd984913f21c6f to your computer and use it in GitHub Desktop.
let squared = 2 ** 2 // value of squared is 4
, cubed = 2 ** 3 // value of cubed is 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment