// dumbass float to string bug s = 0.999+""; result = s == "0.999" // NOT 0.A !