checkedint call removal

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 30 09:23:12 PDT 2014


On 7/30/2014 8:21 AM, Daniel Murphy wrote:
> "Andrei Alexandrescu"  wrote in message news:lrb20i$30jl$1 at digitalmars.com...
>
>> So then I see nothing that assume can do that assert can't. -- Andrei
>
> assume can avoid confusing people that think D's assert means something it doesn't.

This reminds me of that old Basic program:

     ... code ...
     REM halt program
     STOP
     REM if skidding
     STOP


More information about the Digitalmars-d mailing list