How catch any error in Dlang like Python try-except?

Adam D. Ruppe destructionator at gmail.com
Sun Mar 15 02:13:54 UTC 2020


On Sunday, 15 March 2020 at 02:11:21 UTC, Marcone wrote:
> It is very useful when making tests. But only who came from 
> interpreted languages can understand.

The compiler catches all compile errors. It is impossible to even 
run a program if there is even a single compile error. Thus they 
cannot be caught.


More information about the Digitalmars-d-learn mailing list