Created
June 11, 2014 04:53
-
-
Save yuanw/cb7c6ec88ba62202247d to your computer and use it in GitHub Desktop.
Operator Overload
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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