var a = 5
var b = 1

b = 0-a  # b will return a value of 5 but not -5