struct BoldLine { let lineWidth = 10}let line = BoldLine()let width = line.lineWidth//width is 10print("width is \(width)")