Asking for advice - assert for ImportC

Salih Dincer salihdb at hotmail.com
Sat Jul 9 10:34:18 UTC 2022


On Thursday, 28 April 2022 at 07:20:34 UTC, Salih Dincer wrote:
> On Thursday, 28 April 2022 at 04:33:18 UTC, Walter Bright wrote:
>> [...]
>> Unfortunately, some C compilers use __assert. Arghh!
>
> **1.**
>> `__assert__`
>
> **2.**
>> `__assertion`
>
> **3.**
>> `__assertor`
>
> **4.**
>> `__asserted`

I want to make a new suggestion to you; if the English meaning is 
not contradictory!

"ascertain" that can't introduce new conflicts never?

```d
   assert(true);
   ascertain(true);
```

Sounds good, huh? Okay, it's 3 letters more but it is better than 
underscore typed by double key press.:)

SDB at 79


More information about the Digitalmars-d mailing list