On 8/5/22 11:36 AM, Rumbu wrote:float z = 85886696878585969769557975866955695.E0; //integer overflow, I don't see any intThat's an integer, which is trying to call a UFCS function named `E0`. Did you mean to include the `.`?-Steve
Both "123." and "123.E123" is valid C. For some reason, D only copied the former.
