ID:95872
 
Redundant
ASSERT() should already handle this.
Applies to:DM Language
Status: Redundant

This feature has already been implemented, or is already achievable with existing methods.
This.

Imagine all the possibilities - I firmly believe that every language needs a wtf() function.
#define wtf(x) ASSERT(x)


...or if you want to specify the message:

#define wtf(x,y) if(x) {CRASH(y)}