You want to convert `aResult` to `Int`, not `0xff`...
# getting-started
d
You want to convert
aResult
to
Int
, not
0xff
to
Byte
.
1