Robert
if (myByte.compareTo(myInt) == 0)
if (myByte.toInt() == myInt)
if (myByte == myInt.toByte())
jlleitschuh
hudsonb
123456.toByte()
64
myByte.toInt()
A modern programming language that makes developers happier.