If i do like this:

i var byte
x var byte

i = 4

x = i / 3


Then i just get an integer. How do i do to get the answer with decimals?