CHECKACTION

What should happend when an assertion fails

Values

ValueMeaning
D

call D assert on failure

C

call C assert on failure

halt

cause program halt on failure

context

call D assert with the error context on failure

Meta