let number = -15 let absolute = abs(number)
abs(c)
let x = Int8.min // x == -128 let y = abs(x) // Overflow error