Skip to content

Instantly share code, notes, and snippets.

@yuanw
Created June 11, 2014 04:53
Show Gist options
  • Select an option

  • Save yuanw/cb7c6ec88ba62202247d to your computer and use it in GitHub Desktop.

Select an option

Save yuanw/cb7c6ec88ba62202247d to your computer and use it in GitHub Desktop.
Operator Overload
let label = "The width is "
let width = 94
let widthLabel = label + width (Error: Could not findgi)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment