//no range checkval b1 = 200val b2 = 100val b3 = (b1 + b2).toByte()//b3 is 44 (300 - 256)println("b3 is $b3")