package foo fun box(): Boolean { val b = -3 val c = +3 return (c - b) == 6 }