Created
August 15, 2018 17:15
-
-
Save serhatsezer/e5042e8a1cf927737f5dc0b2ced0206e to your computer and use it in GitHub Desktop.
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 productDetail = ProductDetail(name: "Apple Macbook", amount: 1, price: 100) | |
| productDetail.totalSumOfBasket = "Total basket price is \(productDetail.price * 2)" | |
| print(productDetail.totalSumOfBasket) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment