Hi, guys!
Here is a little issue for Lite-C. How to assign a floating point number to the 'float' variable? For instance:

float i = 100 / 80 + 100 % 80; //just let i be 1.25

But I see that the result in debug window is 1 rather than 1.25. Do anyone know what's wrong with it??