Yes, I know how to solve the problem (`b.toInt()` ...
# announcements
d
Yes, I know how to solve the problem (
b.toInt()
is probably better because they have to cast to an int anyway to do any arithmetic). My concern is that there’s no way to specify a byte literal, and in other places in the language it correctly chooses between byte and int literals depending on what is needed (ie. the first line in the example).