[OT] The Usual Arithmetic Confusions

Steven Schveighoffer schveiguy at gmail.com
Thu Feb 17 20:07:35 UTC 2022


On 2/17/22 12:53 PM, bachmeier wrote:

> A simple solution is to add a `-scottmeyers` switch that retains full 
> compatibility with C, but sets the default as a language that is 
> productive.

Let's try it in C:

```c
for(unsigned int i = 5; i > -1; --i) printf("i is %d\n", i);
```

output is nothing.

-Steve


More information about the Digitalmars-d mailing list