void main() { float f1,f2,f3; f3 = f1 > f2; // f1 > f2 result in a bool that cannot be assigned to a float }