Skip to content

Instantly share code, notes, and snippets.

@serhatsezer
Created August 15, 2018 17:15
Show Gist options
  • Save serhatsezer/e5042e8a1cf927737f5dc0b2ced0206e to your computer and use it in GitHub Desktop.
Save serhatsezer/e5042e8a1cf927737f5dc0b2ced0206e to your computer and use it in GitHub Desktop.
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