Hello, When I compile a line with for example "a = 0.2F", I've got the error "malformed floating point number". If I put "a = 0.2f", it's good. "f" and "F" should be accepted, shouldn't they ? "a = 0.2d" is not accepted but it is with the jdk. Is it normal ? Thanks for informations, Alice